Selenium + Python
测试开发老鸟
分享测试开发经验,做个爱学习的人!
展开
-
selenium常用加载web页面元素----webElement(上篇)
元素选择策略在 WebDriver 中有 8 种不同的内置元素定位策略:class name class 名称 find_element_by_name find_elements_by_name 定位类的名称中包含搜索值的元素(不允许使用复合类名) css selector css 选择器 find_element_b...原创 2020-03-05 20:56:04 · 424 阅读 · 0 评论 -
selenium环境搭建----windows篇
环境配置python 3.7.2 (安装 selenium 插件) 、 chrome谷歌浏览器76.0.3809.132版本(通过浏览器:chrome://version/查看版本)chromedriver.exe 插件(http://chromedriver.storage.googleapis.com/index.html),将它放入E盘(例如)测试代码执行:from...原创 2020-03-02 23:04:23 · 306 阅读 · 0 评论