I am getting an error no element found exception

Please help me i am getting the error while running my script.
I am getting no element found exception,but the element xpath is correct .My app contains two continue buttons.First I fill the data and click on the continue button its navigate to the next page and in that page i have the same continue button having the same locator .I wrote the xpath for both the elements same.For first time its clicked continue button but after navigating to the next page it is not clicking on continue button.And server is not working and after few minutes its showing no such element found exception .can you please guide me how to solve this issue.

please solve my issue

Can you please share your piece of code and also the screenshot of your uiautomator viewer, where you are finding the xpath ,then it will be great…

It’s issue with either of wrong element identifier and timing. Try running in debug mode so you can come to know exact root cause.

I will recommend to cross check with appium ruby console mode as well if you can interact with that element

Refer to section Method 2: ( Appium Ruby Console ) in my blog https://vikramviknowledgesharing.wordpress.com/2017/01/01/appium-mobile-automation/

this problem is in only 7.0 version .If i am using android 5.1 its working fine.what is the reason .why it is not taking the element and not clicking on it.

List index start at zero, have you tried?

count.get(0).click()