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
400 B
9 lines
400 B
*** Settings ***
|
|
Library AppiumLibrary
|
|
|
|
*** Test Cases ***
|
|
LoginTest
|
|
Open Application http://127.0.0.1:4723/wd/hub platformName=Android deviceName=eafb4fdc
|
|
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=\"手机号快捷登录\"]
|