I see that there are methods for getting the screen position and dimensions of an element through various Java libraries for Selenium, such as org.openqa.selenium.Dimension
, which offers .getSize()
, and org.openqa.selenium.Point
with getLocation()
.
Is there any way to get either the location or dimensions of an element with the Selenium Python bindings?