From 8998b8aed8b16e660c83271bf606988335f0469e Mon Sep 17 00:00:00 2001 From: zangkun Date: Fri, 22 Mar 2024 15:23:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=99=BB=E5=BD=95=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- UI-Testing/Login.robot | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 UI-Testing/Login.robot 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