会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
旋风百草
博客园
首页
新随笔
联系
订阅
管理
2018年11月13日
Selenium 自动化测试之元素定位
摘要: #coding = utf8 from selenium import webdriver driver=webdriver.Chrome() ###谷歌浏览器 driver.get(url) ###简单元素定位 #by id driver.find_element_by_id(" ") #by n
阅读全文
posted @ 2018-11-13 22:08 旋风百草
阅读(591)
评论(0)
推荐(0)
编辑