@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.