When Steps
Autokin Web Steps
When I navigate to {url path}
{url path}Scenario: Autokin Web
Given that an application is hosted at "https://www.autokinjs.com"
Given that I set the browser window size to "1200" and "800"
When I navigate to "/docs/devices"When I set {value} to input element with {CSS selector} selector
{value} to input element with {CSS selector} selectorScenario: Autokin Web
Given that an application is hosted at "https://www.autokinjs.com"
Given that I set the browser window size to "1200" and "800"
When I navigate to "/docs/devices"
When I set "Hello" to input element with "#welcomeIdField"When I click on {CSS selector}
{CSS selector}When I hover on {CSS selector}
{CSS selector}Last updated
Was this helpful?