selenium Python 经常使用的方法

文章来源:https://blog.csdn.net/xie_0723/article/details/51437650css 1.获取当前页面的Url 方法:current_url 实例:driver.current_url 1 2 2.获取元素坐标 方法:location 解释:首先查找到你要获取元素的,而后调用location方法 实例:driver.find_element_by_xp
相关文章
相关标签/搜索