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.
10 lines
439 B
10 lines
439 B
*** Settings ***
|
|
Library AppiumLibrary
|
|
|
|
*** Test Cases ***
|
|
LoginTest
|
|
Open Application http://127.0.0.1:4723/wd/hub platformName=Android platformVersion=9 deviceName=emulator-5554
|
|
#Wait Until Element Is Visible xpath=//android.webkit.WebView 10s
|
|
Click Element xpath=//android.webkit.WebView
|
|
Wait Until Element Is Visible xpath=//android.view.View[@text=\"去认证\"]
|
|
Close Application
|