diff --git a/UI-Testing/Login.robot b/UI-Testing/Login.robot new file mode 100644 index 0000000..1954f57 --- /dev/null +++ b/UI-Testing/Login.robot @@ -0,0 +1,9 @@ +*** 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=\"手机号快捷登录\"] \ No newline at end of file