get element co ordinates selenium webdriver

WebElement element = driver.findElement(By.xpath(“element”));

System.out.println(element.getLocation().getX());
System.out.println(element.getLocation().getY());

No images available.