Step for a website automation.

Hierarchy

  • AutomationStepConfig

Properties

checkCookieExists?: AutomationStepCookie

Step checks if the specified cookie exists.

checkCookieValue?: AutomationStepCookie

Step checks if the specified cookie has the specified value.

Step describes the .click() call of an DOM element.

deleteCookie?: AutomationStepCookie

Step deletes the specified cookie.

Step executes the specified script.

expectedStepResult: boolean

The result of this step which should be expected, when the expected result occurs the next step will be started.

ignoreStepResult: boolean

Should the next step be used regardless of the expected result of this step.

Step injects css into the body of the page.

Step navigates to a new URL.

Step generates specified keys.

Step sets the specified cookie.

Step describes the setting of a .value into an DOM element.

Step waits a specified amount of time.

Step waits until a specified DOM element has been found.

Generated using TypeDoc