Then Steps
Autokin Mobile Steps
Then I wait {time in seconds} seconds
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 secondsThen I capture mobile screen as {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}
Then I tap on element with accessibility id of {accessibility id}
Then I tap on element with xpath of {XPath}
Then I tap on {X Coordinate}, {Y Coordinate}
Then I set {value} value to element with accessibility id of {accessibility id}
Then I set {value} value to element with xpath of {XPath}
Then I expect element with accessibility id of {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
Then I close the session
Last updated
Was this helpful?