Is it not working? Does not solve anything
AndroidManager - module for managing android emulators
-
-
@Denis0309 said in AndroidManager - module for managing android emulators:

Hello, does anyone know what could be the problem? It will be both when the server is running through the console and without.Make sure that the port "4723" is not busy by another process. Perhaps, you already started the appium on the same port.
-
i do all step on your post but when I start sever it's error :" [195602588] [15:27:45] Thread #1 : Running script without embedded languages "
How can I fix it ? -
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?



