waitAppLoaded:
- given:
when: null
then:
xpath: “//*[contains(@text, ‘首页’)]”
action: “”
actions:
times: -1 - given:
when: null
then:
xpath: “^同意$”
action: “click”
actions:
times: -1
这样设置好像不起作用
testcase里加也不行
waitAppLoaded:
这样设置好像不起作用
testcase里加也不行
waitAppLoaded 是用来设置条件判断app是不是打开完毕的,并不能做额外的操作
建议使用triggerActions