selenium-2 使用xpath定位元素

#使用webdriver打开本地的html文件

from selenium import webdriver
b = webdriver.Firefox()
b.get(r"c:/user/html")

selenium-2 使用xpath定位元素

selenium-2 使用xpath定位元素

原创文章,作者:Maggie-Hunter,如若转载,请注明出处:https://blog.ytso.com/196909.html

(0)
上一篇 2021年11月17日
下一篇 2021年11月17日

相关推荐

发表回复

登录后才能评论