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.
 
 
 

11 lines
518 B

*** Settings ***
Library AppiumLibrary
*** Test Cases ***
LoginTest
Open Application http://127.0.0.1:4723/wd/hub platformName=Android platformVersion=9 deviceName=emulator-5554 automationName=uiautomator2
#Wait Until Element Is Visible xpath=//android.webkit.WebView 10s
Click Element xpath=//android.webkit.WebView
Click Element class=uni-icons uniui-circle
Click Button class=l-button-box-text data-v-3bacddd2 l-button-primary-text
Close Application