You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
323 B
9 lines
323 B
*** Settings ***
|
|
Suite Setup Set Library Search Order AppiumLibrary | Selenium2Library
|
|
Library AppiumLibrary
|
|
|
|
*** Test Cases ***
|
|
PLogin
|
|
Open Application http://127.0.0.1:4723/wd/hub platformName=Android platformVersion=11 deviceName=Z9Z5YTCIU8NRAQZX
|
|
sleep 10
|
|
Close Application
|