where is the use guiedence bro
AndroidManager - module for managing android emulators
-
@andreiem said in AndroidManager - module for managing android emulators:
some people say is normal for xpath to be slow on appium
Probably they were talking about the first appium version. The current one is rather faster. You can check a duration by doing "Get XML Dump" action. It runs without DOM parsing.
If you enable "Wait for the element to appear" checkbox, you can also try to change a "delay" option. It is responsible for the pause between searches for an element.

@andreiem said in AndroidManager - module for managing android emulators:
is there another way to click except click by coordinates and click by xpath?
No way as I know.
-
@andreiem said in Android Manager - модуль для управления android эмуляторами:
@poison008 use in cmd: taskkill /F /IM node.exe and then start appium server again: appium -a 127.0.0.1 -p 4723. After thaat no need to restart BAS just use the start server and connnect to device comands in BAS again
thanks!!!
-
Please tell me, can this module wipe the device's data?, just like bringing it back when it was purchased.
-
-
@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.


