Does it support AWS - Amazon captcha ?
AndroidManager - module for managing android emulators
-
@aefrgn said in AndroidManager - module for managing android emulators:
@thepappo said in AndroidManager - module for managing android emulators:
@aefrgn because your xpath query is invalid.
@rooory446 said in AndroidManager - module for managing android emulators:
device not found
DEVICES_LIST variable is empty, check that at least 1 device is running.
Even "Take Screenshot" same error.
We do not specify xpath there.
If xpath is wrong, why is it giving a screenshot error?please answer my question
-
@ChrisHolmes these errors can occur due to nodeJS timeout. When your script does nothing for a timeout.
-
@ChrisHolmes said in AndroidManager - module for managing android emulators:
@thepappo any ideas how to avoid it?
Try to increase the value of Maximum execution timeout setting in Start Server action.
-
Yeah, if you compile the project, it won't type. Like it won't install ADBKeyboard. Even if you install it manually, it won't work.
Has anyone compiled the script and successfully used on server?
-
@ChrisHolmes So, I found the solution. You need to install ADB Keyboard.apk and then activate it manually.

-
Version 2.6
- Fixed a bug in the "Upload File / Directory" action (
ReferenceError: serial is not defined). - The path to the folder where the AdbKeyboard application is downloaded has been changed in the "Type Text" action. It used to be downloaded to the
__dirnamefolder (where Node is installed), now it is downloaded to the current project directory.
The Path module must be installed to work.
This should no longer result in an error with the file path in the compiled script (not tested). - Some code improvements.
Also, I fixed something in the module at different times, but did not update in the topic. In theory, there may be new errors, make a backup of the previous version.
- Fixed a bug in the "Upload File / Directory" action (
-
@ChrisHolmes I checked it and the version is 2.6 in manifest.json. Try to clear the cache in your browser.
-
@sympxthyy said in AndroidManager - module for managing android emulators:
When running Drony.xml, I'm getting [274206396] [18:34:09] Thread #1 : SubprocessError: Subprocess finished with code 255. Error: 'grep' is not recognized as an internal or external command, operable program or batch file.
You should install gow.exe to execute linux commands on windows.
-
This post is deleted!