Failed to get Clickable button in user interface viewer.

I am trying to automate a clickable button for a reaction based application. I was stopped by clicking a button, as in the UI Automator Viewer, displaying the status of the click button FALSE. So, can you offer me another alternative way to automate interactive activities using Appium.

Using version Selenium 3.5.3, Appium for Windows 1_4_16_1.

Image 1 enter image description here

Image2 enter image description here

+5
source share
1 answer

First: start using appium-desktop , not the old application server 1.4.16, but 1.7.x

Second: the ReactNative application is interpreted as a Native application , so you need to use the Appium on the client side, not Selenium

Final: in appium-desktop, you can directly try to click a button to see if it works.

0
source

Source: https://habr.com/ru/post/1272303/


All Articles