码迷,mamicode.com
首页 >  
搜索关键字:selenium 2    ( 6249个结果
python+selenium浏览器调用(chrome、ie、firefox)
代码:#coding=utf-8from selenium import webdriverdriver=webdriver.Chrome() #调用chrome浏览器driver.get('https://www.baidu.com')print driver.titledriver.quit(....
分类:编程语言   时间:2015-03-30 13:11:17    阅读次数:231
selenium使用IE 浏览器问题
代码如下:#coding=utf-8from selenium import webdriverdriver=webdriver.Ie()driver.get('https://www.baidu.com')print driver.titledriver.quit()报错:Traceback (m...
分类:其他好文   时间:2015-03-30 12:55:28    阅读次数:116
WebDriver多线程并发
要想多线程并发的运行WebDriver,必须同时满足2个条件,首先你的测试程序是多线程,其次需要用到Selenium Server。下载位置如下图: 下载下来后是一个jar包,需要在命令行中运行。里面有2个东西:hub和node。可以这么理解:hub是运行在一个服务器上的线程池,负责收集测试cas....
分类:编程语言   时间:2015-03-30 10:54:43    阅读次数:232
自动化测试【Maven+Eclipse+Selenium+Java环境搭建和测试】
一、下载必要的文件     1、eclipse Eclipse官网     2、jdk jdk官网     3、selenium IDE、Selenium Server、Selenium Client Drivers(java)等等 Selenium下载地址   备注:需要代理服务器才能下载 我使用的是太太猫     4、maven安装、配置等 二、安装    ...
分类:编程语言   时间:2015-03-28 14:20:55    阅读次数:250
自动化测试环境搭建[Selenium-ide安装及验证]
Selenium-ide安装及验证,录制,回放 Firefox-Selenium ide-Eclipse(java)...
分类:其他好文   时间:2015-03-28 01:16:10    阅读次数:229
org.openqa.selenium.WebDriverException: f.QueryInterface is not a function Command duration or timeout:
今天偶遇一个问题,运行项目时,发现这个问题:org.openqa.selenium.WebDriverException: f.QueryInterface is not a functionCommand duration or timeout: 30.17 secondsBuild info: ...
分类:Web程序   时间:2015-03-21 18:22:43    阅读次数:587
WebDriver:org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms
今天尝试最新的webDriver与fireFox搭配: 运行代码时出现如下的问题,但是浏览器却可以打开:org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 70....
分类:Web程序   时间:2015-03-20 15:47:27    阅读次数:152
Selenium IDE 基础教程
Selenium IDE 基础教程1、下载安装 a 在火狐浏览其中搜索附件组件,查找 Selenium IDE b 下载安装,然后重启firefox2、界面讲解 在菜单-工具中找到Selenium IDE 打开Selenium IDE ,也可以将Selenium添加到快捷菜单中,Firefox...
分类:其他好文   时间:2015-03-20 10:31:18    阅读次数:174
i want andriod.
1,my first app(connected with pc)2,auto update3,reboot and power off.selenium
分类:其他好文   时间:2015-03-19 20:10:17    阅读次数:127
selenium+python : Waits---study
from selenium import webdriverfrom selenium.webdriver.common.by import Byfrom selenium.webdriver.support.ui import WebDriverWaitfrom selenium.webdrive...
分类:编程语言   时间:2015-03-19 11:27:02    阅读次数:264
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!