Does it support AWS - Amazon captcha ?
AndroidManager - module for managing android emulators
-
@thepappo Thank you for the great module! Installed it along with Appium v 2.2.2 and it's uiautomator2 driver.
As far I see command like "Get installed app", "Open App" and so on working.
Also the click on coordinates on webpages in Chrome browser works. But unfortunately the "Click by Xpath" seems not to work. I'm quite sure that the Xpath is correct but in the BAS log it shows the error "DeviceNotFoundError: Device object 127.0.0.1:21503 not created. Use "Connect device" action" when executing the click on xpath action.
The error message seems to be wrong as I'm connected correctly because executing "click by coordinates" directly after the error is working okay.Any hint how to make this work? I'm using Memu v 9.0.3
Thank you.

-
Just updated Memu to latest version 9.0.8 and now the Xpath works fine, if someone faces the same issue.
-
im getting errors on the given sample xml please help
[402248657] [23:18:07] Thread #1 : Error: Failed to create session. Unable to connect to "http://0.0.0.0:4723/wd/hub", make sure browser driver is running on that address. It seems like the service failed to start or is rejecting any connections.

-
I saw some people are automating Android phones and Emulators with BAS. Can some one guide me how to do that. I just need to make few simple scripts for that. Any help is appreciated. Thanks
-
Subprocess finished with code 255. Error: Exception occurred while executing: java.lang.IllegalArgumentException: Bad component name: com.android.settings at android.content.Intent.parseCommandArgs(Intent.java:6812)
Error when I Open App, I use Memu Play
-

-
Fix open App error, Please
-
@Royal-Russia said in AndroidManager - module for managing android emulators:
Subprocess finished with code 255. Error: Exception occurred while executing: java.lang.IllegalArgumentException: Bad component name: com.android.settings at android.content.Intent.parseCommandArgs(Intent.java:6812)
Error when I Open App, I use Memu Play
What version of Memu Play did you use? And what's the app?
-
@alias said in AndroidManager - module for managing android emulators:
Unable to connect to "http://0.0.0.0:4723/wd/hub"
You need to run appium on localhost. Pass the param "-a" with value 127.0.0.1. Full command is in the start post:
appium -a 127.0.0.1 -p 4723 --base-path /wd/hub -
how i can run it multithread any manaul or small tut to understand multi thread i am able to run single phone smoothly thanks for this awesome module
-
@thepappo how i can run it in multithread bro
i am using real mobile want to run multiple mobile rest is working very good thanks for this good module
and can i use diffrent android version mobiles at a time -
i tried to run multi thread as drony but it show null in get function parament variable
but there is list with 2 devices and i want to run 2 thread