码迷,mamicode.com
首页 >  
搜索关键字:Selenium css定位    ( 6592个结果
Selenium
什么是Selenium Selenium是一个免费的(开源)自动化测试组件,适用于跨不同浏览器和平台的Web应用程序。它非常类似于HP Quick Test Pro (QTP现在叫UFT),只是Selenium侧重于自动化基于Web的应用程序。使用Selenium工具进行的测试通常称为Seleniu ...
分类:其他好文   时间:2020-06-20 16:23:09    阅读次数:55
'IEDriverServer.exe' executable needs to be in PATH
pip list显示selenium版本 selenium 3.141.0 下载相应版本IEDriverServer http://npm.taobao.org/mirrors/selenium/ 解压后放入C:\Python27目录下(我之前已经将其设置为环境变量) 我这里选择的是:http:// ...
分类:其他好文   时间:2020-06-20 11:03:27    阅读次数:50
selenium打开浏览器底层实现原理中的异常4(Failed to establish a new connection: [WinError 10061] 由于目标计算机积 极拒绝,无法连接)
代码: #coding=utf-8 import requests import json url='http://127.0.0.1:4444/wd/hub/session' data = json.dumps({ 'desiredCapabilities':{ 'browserName':'Mi ...
分类:Windows程序   时间:2020-06-20 01:26:05    阅读次数:182
解决pip安装时出现SSLError的问题
在使用pip install selenium时遇到错误: Could not install packages due to an EnvironmentError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Max ...
分类:其他好文   时间:2020-06-19 23:22:46    阅读次数:297
Python的第三方测试库。
测试开发Web UI测试自动化splinter - web UI测试工具,基于selnium封装。selenium - web UI自动化测试。 –推荐mechanize- Python中有状态的程序化Web浏览。selene - 使用Python + Ajax支持+ PageObjects + W ...
分类:编程语言   时间:2020-06-19 16:37:25    阅读次数:249
selenium打开浏览器底层实现原理中的异常3.1(org.openqa.selenium.SessionNotCreatedException: Unable to create session)
代码: #coding=utf-8 import requests import json url='http://127.0.0.1:4444/wd/hub/session' data = json.dumps({ 'capabilities':{ 'browserName':'Microsoft ...
分类:其他好文   时间:2020-06-19 01:13:55    阅读次数:84
selenium打开浏览器底层实现原理中的异常3.0(org.openqa.selenium.SessionNotCreatedException: Unable to create session)
代码: #coding=utf-8 import requests import json url='http://127.0.0.1:4444/wd/hub/session' data = json.dumps({ 'desiredCapabilities':{ 'browserName':'Mi ...
分类:其他好文   时间:2020-06-19 01:01:30    阅读次数:79
selenium+python+unittest实现自动化测试(入门篇)
文章来源地址: https://blog.csdn.net/a836586387/article/details/88899936?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2- ...
分类:编程语言   时间:2020-06-19 00:38:17    阅读次数:100
Selenium3与Python3实战 Web自动化测试框架(一)
一、环境搭建 1、selenium环境搭建 Client: pycharm python3.6 Driver: Chrome → ChromeDriver Firefox → FirefoxDriver IE → InternetExplorerDriver Selenium 1.1、Seleniu ...
分类:编程语言   时间:2020-06-18 23:22:27    阅读次数:163
Selenium3与Python3实战 Web自动化测试框架(四)
1、行为驱动环境搭建: 行为驱动:Behavie 断言:Pyhamcrest 环境语言:Python 框架:Selenium 安装: 1 2 3 pip install behave pip install pyhamcrest 我们需要新建features包,在该包下要包含至少一个.feature ...
分类:编程语言   时间:2020-06-18 23:18:54    阅读次数:80
6592条   上一页 1 ... 32 33 34 35 36 ... 660 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!