Selenium:使用Python获取元素的坐标或尺寸

13 浏览
0 Comments

Selenium:使用Python获取元素的坐标或尺寸

通过各种用于Selenium的Java库,如org.openqa.selenium.Dimension提供的.getSize()org.openqa.selenium.PointgetLocation(),我了解到可以获取元素的屏幕位置和尺寸。

那么,是否有办法通过Selenium的Python绑定来获取元素的位置或尺寸呢?

0