I have to handle with coordinates, because I'm going to run the test in different devices. The thing is that in some test, I have to scroll to an element, I know that in ios I can click even if the element is not showed, but in android I need to scroll up or down, and after do the action with it. I'm using webdriverIo, appium and javascript.