Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能告诉我如何使用 python for selenium webdriver 在网页中找到 Slider 的 x-offset 和 y-offset 默认值。
提前致谢 !
您可以在 web 元素上使用 get_attribute(name) 方法来检索属性。