*** Settings ***Library AppiumLibrary*** Test Cases ***打开小程序 goto_miniapp*** Keywords ***goto_miniapp Open Application http://localhost:4723/wd/hub ... noReset=True # 不清除app数据 ... unicodeKeyboard=True #使用unicode输入法 ... resetKeyboard=True #重置输入法 ... platformName=Android ... deviceName=127.0.0.1:62001 ... automationName=appium ... appPackage=com.tencent.mm ... appActivity=com.tencent.mm.ui.LauncherUI Wait Until Page Contains 发现 10 Log 登录成功 Click Element android=UiSelector().text("发现") Wait Until Page Contains 小程序 Click Element android=UiSelector().text("小程序") Wait Until Page Contains 我的小程序 Click Element android=UiSelector().description("搜索") Wait Until Element Is Visible android=UiSelector().text("搜索小程序") 10 Input Text android=UiSelector().text("搜索小程序") 肌肉爆震 Click Element android=UiSelector().text("肌肉爆震") Wait Until Element Is Visible android=UiSelector().className("android.widget.Button").textContains("肌肉爆震") 10 Click Element android=UiSelector().className("android.widget.Button").textContains("肌肉爆震") Wait Until Page Contains 首页 10
