You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the coordinates for the install button are hard coded. It would be great to programmatically determine the location of the install button so that it works every time.
Ideas
There is a tool installed on Android called uiautomator. It is possible to get an XML file that describes each element of the page. That output could be used to look up the coordinates of the install button.
Currently, the coordinates for the install button are hard coded. It would be great to programmatically determine the location of the install button so that it works every time.
Ideas
There is a tool installed on Android called
uiautomator
. It is possible to get an XML file that describes each element of the page. That output could be used to look up the coordinates of the install button.The text was updated successfully, but these errors were encountered: