Macaca
Macaca
This is the translated issue comment: @EngiGu Try it with full xpath and have encountered the same problem
This is the translated issue comment: @zhechengmao > Try with the full xpath and have encountered the same problem Using xpath can be clicked, but it will also report an...
This is the translated issue comment: @Yinxl Look at the log without seeing the problem, hard work driver.elementByName("my").click(); Add two lines at the back: Driver.sleep(3000); Driver.source(); Print the source-tree of...
This is the translated issue comment: @zhqjsj >> responseHandler.js:11:12 [master] pid:1710 Recieve HTTP Request from Client[2019-01-07 09:04:22]: method: POST url: /wd/hub/session/c17594fd-c4a5-4422 -ad2e-23621d27e71e/element, jsonBody: {"using":"name","value":"About"} >> proxy.js:56:14 [master] pid:1710 Proxy: /wd/hub/session/c17594fd-c4a5-4422-ad2e-23621d27e71e/element:POST...
This is the translated issue comment: @zhqjsj After adding driver.source, the execution of the statement on the following failed, the log is as follows: >> responseHandler.js:11:12 [master] pid:1710 Recieve HTTP...
This is the translated issue comment: @zhqjsj After the driver.source is added, the execution of the statement after the failure fails. The log is as follows: Session.js:120:14 [master] pid:1710 Send...
This is the translated issue: # Program is blocked when ios safari pops up dialog * **Macaca Version**: 2.0.13 * **Macaca Doctor Logs**: Macaca-doctor version: 2.0.5 Node.js checklist: Node env:...
This is the translated issue comment: @gao2q I have set autoAcceptAlerts=true The program is still blocked.
This is the translated issue comment: @Stngle After providing the recording, look at the script code of the corresponding step?
This is the translated issue comment: @lijing20067 Recorded code: It('sendKeys: size {ESCAPE}', async function(){ Await driver.sendKeys(_(`size{ESCAPE}`)); }); Manually rewritten code: It('sendKeys: size {ESCAPE}', async function(){ Driver.find('//*[@class="com.universalsweetcrm:class/android.widget.EditText"]').sendElementKeys('size'); });