Optional checkStep checks if the specified cookie exists.
Optional checkStep checks if the specified cookie has the specified value.
Optional clickStep describes the .click() call of an DOM element.
Optional deleteStep deletes the specified cookie.
Optional executeStep executes the specified script.
The result of this step which should be expected, when the expected result occurs the next step will be started.
Should the next step be used regardless of the expected result of this step.
Optional injectStep injects css into the body of the page.
Optional navigateStep navigates to a new URL.
Optional sendStep generates specified keys.
Optional setStep sets the specified cookie.
Optional setStep describes the setting of a .value into an DOM element.
Optional waitStep waits a specified amount of time.
Optional waitStep waits until a specified DOM element has been found.
Generated using TypeDoc
Step for a website automation.