Android devices, Noughat 7.0 or 7.1

i tried it but after this command executed version didnt change, still 1.4.16.1

@ackck maybe you have UI version of Appium :slight_smile: ? You can download any UI version from here - https://github.com/appium/appium-desktop/releases

Hi cepin one probelm is there in my side andriod 7.0 update the my device some elements is clicking and some element not cliking then appium server is stoped

Use debug mode to see why they are not “clicking”. In Android 7 some dialog buttons are all in uppercase, check if it might be that.

These way i am trying no element not found is comeing then it will be working on 5.0 device is perfectly working

Like I told, for me some dialog are appearing all in uppercase in Android 7 and not in Android 6 or below, that might be one reason.

If you want to place the example of one of those elements it doesn’t found, post that piece of code and a screenshot from uiautomatorviewer with that element details

contine element is not clicking my code the below line
driver.findElementByAndroidUIAutomator(“UiSelector().text(“CONTINUE”)”).click();

Dont see any error or click in the screenshot of logs. Paste complete logs on https://gist.github.com/ and place the link in here.

Like i told you, best way is to run test in debug mode, place a break point before clicking and run some commands directly from IDE to find out what element you are receiving.

plz send me u r skype id i am share the screen then if u not possible my team viewer id


Then below check logs