Is there any method to find offset value of an element?

Other than selenium’s getLocation()

Hello,

what is the problem with getLocation ? What are you trying to do ?

WebElement element =  WebUiCommonHelper.findWebElement(to, 30)
Point pt = element.getLocation()
int NumberX=pt.getX()
int NumberY=pt.getY()