gpt4 book ai didi

python - 使用元素的坐标捕获网页上元素的值

转载 作者:太空宇宙 更新时间:2023-11-03 11:28:54 25 4
gpt4 key购买 nike

我有网页上某个元素的坐标 (x, y)。我如何捕获存储在该元素中该位置的值。更具体地说,我想捕获在该特定位置的网页上显示的值。

有没有办法使用 Selenium Python 绑定(bind)来做到这一点?

最佳答案

Execute the javascript code并使用 elementFromPoint() 获取元素:

x = 100 
y = 100
element = driver.execute_script('return document.elementFromPoint({x}, {y});'.format(x=x, y=y)

关于python - 使用元素的坐标捕获网页上元素的值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27526952/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com