码迷,mamicode.com
首页 >  
搜索关键字:selenium webdriver    ( 6806个结果
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
怎么在eclipse里调试WebDriver的源代码(转)
当你看完WebDriver的工作原理这篇博客以后,是不是也跃跃欲试想印证文章里的理论是不是正确,想自己也看下webdriver的源代码,并且调试下,通过代码来更深入的了解WebDriver的工作原理。ok,没有问题,咱们接下来就告诉大家怎么把源代码加载到eclipse里去。具体内容如下:前提条件你需...
分类:Web程序   时间:2015-03-20 15:48:17    阅读次数:149
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
网抓取工具和技巧
偶尔会有需求提取竞争对手的网站数据,而且网站一般会有一些防护程序抓取的方案。 工具: httpclient:有点笨重的工具,入门还是要些门槛 jsoup:轻量强大 webdriver:谷歌出品的精品,可以抓取网页和执行javascrip...
分类:其他好文   时间:2015-03-20 11:11:18    阅读次数:119
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
Selenium DriverManager
/** * Created by zhangminjie on 15/3/16. */public enum WebDriverManager { DRIVER; Logger log= LogManager.getLogger(WebDriverManager.class.getNam...
分类:其他好文   时间:2015-03-19 06:12:18    阅读次数:158
Selenium 远程执行和监听类
public class BrowserChromeImpl implements BrowserDriver { @Override public WebDriver getDriver() { SeleniumListener seleniumListener = ne...
分类:其他好文   时间:2015-03-19 00:52:59    阅读次数:134
TestNG 断言类重写
断言失败截图,且不退出用例,提供结算方法结算断言public class SoftAssert extends Assertion { private WebDriver driver; private final String SCREENSHOT_PATH =System.getPr...
分类:其他好文   时间:2015-03-19 00:47:02    阅读次数:2555
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!