appium webelement getCoordinates code example
Example: position of webelement
WebElement class has a get Location method with returns the top
left corner of the element
element.getLocation();
WebElement class has a get Location method with returns the top
left corner of the element
element.getLocation();