Then Steps
Autokin Mobile Steps
Then I wait {time in seconds} seconds
{time in seconds} secondsScenario: Autokin Mobile
Given that I set "iOS" as platform with version of "13.0"
Given that I set "iPhone 11 Pro" as device
Given that app is located at "http://www.autokinjs.com/myapps/myios_sample_app.zip"
When I create new session on "https://appium.autokinjs.com:4723/wd/hub"
Then I wait 3 secondsThen I capture mobile screen as {path to image}
{path to image}Scenario: Autokin Mobile
Given that I set "iOS" as platform with version of "13.0"
Given that I set "iPhone 11 Pro" as device
Given that app is located at "http://www.autokinjs.com/myapps/myios_sample_app.zip"
When I create new session on "https://appium.autokinjs.com:4723/wd/hub"
Then I wait 3 seconds
Then I capture mobile screen as "mobile_home"Then I swipe to the {direction}
{direction}Then I tap on element with accessibility id of {accessibility id}
{accessibility id}Then I tap on element with xpath of {XPath}
{XPath}Then I tap on {X Coordinate}, {Y Coordinate}
{X Coordinate}, {Y Coordinate}Then I set {value} value to element with accessibility id of {accessibility id}
{value} value to element with accessibility id of {accessibility id}Then I set {value} value to element with xpath of {XPath}
{value} value to element with xpath of {XPath}Then I expect element with accessibility id of {accessibility id} has value {value}
{accessibility id} has value {value}Then I expect device keyboard is visibile
Then I hide device keyboard
Then I shake the device
Then I make the app run in the background and make active after {time in seconds} seconds
{time in seconds} secondsThen I close the session
Last updated
Was this helpful?