When Steps
Autokin Web Steps
When I navigate to {url path}
{url path}
Navigate to certain URL path that is relative to the main application host URL.
When I set {value}
to input element with {CSS selector}
selector
{value}
to input element with {CSS selector}
selectorTyping or setting value to an input field or element
When I click on {CSS selector}
{CSS selector}
Performing click action on any element based on CSS selector
When I hover on {CSS selector}
{CSS selector}
Moves the cursor over certain CSS selector to trigger hover effect if needed
Last updated