Click() doesn't actually click even thought it says true

Hello,

I encounter an issue on Android where I try to click an button, the Appium log says click is successful, but the button is not actually clicked. Have anyone seen similar issue?

Try to take the elements center and click using those coordinates

I tried to get the coordinates however for some reasons coordinates got was out-side of the screen.
It is a scroll page where the button is located bottom of the page, and somehow the y coordinates is located at ~4000 pixel

Oh!.. Give a sleep time after the scroll. then you can get the correct coordinates.

1 Like

Sadly that didn’t work, I waited for 20 seconds it still returns false coordinate.