Does it support AWS - Amazon captcha ?
AndroidManager - module for managing android emulators
-
hey @thepappo do you know where do i need to add this code driver.setSetting(Setting.WAIT_FOR_IDLE_TIMEOUT, 5000); so that appium won't wait 10000ms as it is by default for the mobile app to become idle before it goes to the next command
I did read some more about this and this setting can be changed by.
Settings API
UiAutomator2 driver supports Appium Settings API. Along with the common settings the following driver-specific settings are currently available:waitForIdleTimeout
Timeout used for waiting for the user interface to go into an idle state. By default, all core uiautomator objects except UiDevice will perform this wait before starting to search for the widget specified by the object's locator. Once the idle state is detected or the timeout elapses (whichever occurs first), the object will start to wait for the selector to find a match. Consider lowering the value of this setting if you experience long delays while interacting with accessibility elements in your test. 10000 ms by default.I saw some ways to change this setting if i use python to connect to my device but i'm not sure how to do it with your module.
looking to change this setting to 0 because I want to click a button and its taking 10 or more seconds everytime i want to click it. -
hey, i have successfully created my first android automatiisuerung. however, when testing i now get these error messages after about 3.5h and bas then stops using the entgeräte accordingly:
Thread ended with message "DeviceNotFoundError: Device object emulator-5566 not created. Use "Connect device" action"
any suggestion to fiy this?
-
@Rabbitgang same error here, if someone knows how to fix
-
-
@Rae said in AndroidManager - module for managing android emulators:
@Rae @thepappo I realize what the issue is now, the script would send clicks early after the interface would change from prior action. Since it was too early, the click wouldn't actually register.
Is there anyway to make sure that clicks aren't sent until the element is clickable?Yes, you can wait for element will appear using action.
-
This post is deleted!
-
I'm looking at your AndroidManager module.
When I share a BAS project using your module with others, they only need to install the emulator to run it, right?
Or do you need to install everything you asked for in the instructions? -
the clear text field does not work properly if there is a line break is there any way to clear the text field properly and also I tried getting click on the copy button when you long click but was not able to get the xpath for cut button through uiautomatorviewer

I'm using a real phone but not able to open any app other features are working like closing the app and opening the notification bar