摘要: 1、练习上课所讲的selenium元素定位的八个方法 """元素定位"""import timefrom selenium import webdriverdriver = webdriver.Chrome()driver.get(url="http://www.baidu.com")#1.通过id 阅读全文
posted @ 2020-05-01 17:53 Jenny测试开发 阅读(737) 评论(0) 推荐(0)
摘要: https://yq.aliyun.com/articles/317323 pip install --index-url https://pypi.douban.com/simple selenium==2.53.6 阅读全文
posted @ 2020-05-01 16:58 Jenny测试开发 阅读(296) 评论(0) 推荐(0)