码迷,mamicode.com
首页 >  
搜索关键字:selenium ifrmae    ( 6257个结果
webdriver调用ie浏览器报错
webdriver调用ie浏览器报错:org.openqa.selenium.NoSuchWindowException: Unable to find element on closed解决方法:System.setProperty("webdriver.ie.driver", "C:\\User...
分类:Web程序   时间:2014-09-24 23:18:37    阅读次数:293
Selenium WebDriver使用IE浏览器(转)
转自:http://smilejay.com/2012/09/selenium-webdriver-with-ie/如下的Java代码是打开IE浏览器,然后在Google中搜索“smilejay”关键字。[Copy to clipboard]View CodeJAVA1234567891011121...
分类:Web程序   时间:2014-09-24 23:04:37    阅读次数:348
WebDriver 调用ie浏览器报错(转)
报错信息如下:Exceptioninthread"main"org.openqa.selenium.remote.UnreachableBrowserException:Couldnotstartanewsession.Possiblecausesareinvalidaddressoftheremo...
分类:Web程序   时间:2014-09-24 22:26:27    阅读次数:394
selenium webdriver 学习总结-元素定位
webdriver提供了丰富的API,有多种定位策略:id,name,css选择器,xpath等,其中css选择器定位元素效率相比xpath要高些,使用id,name属性定位元素是最可靠,效率最高的一种办法。1、工具选择:在我们开发测试脚本的过程中各个浏览器给我们也提供了方便定位元素的工具,我比较喜...
分类:Web程序   时间:2014-09-24 10:57:26    阅读次数:304
Selenium私房菜系列8 -- 玩转Selenium Server【OO】
本篇主要是想更进一步介绍Selenium Server的工作原理,这次我们从Selenium Server的交互模式开始。 在《第一个Selenium RC测试案例》中,我们以命令“java -jar selenium-server.jar”启动了Selenium Server,其实在启动Selen...
分类:其他好文   时间:2014-09-24 01:51:25    阅读次数:279
用python+selenium导入excel文件
连接mysql#encoding=utf-8import pymysqlimport timeclass ConnMysql(object): def __init__(self): self.conn = pymysql.connect(host='192.168.2.53',...
分类:编程语言   时间:2014-09-23 14:53:24    阅读次数:623
Selenium私房菜系列7 -- 深入了解Selenium RC工作原理(2)【II】
继续前一篇的问题,为什么Selenium RC中的Selenium Server需要以这种代理服务器的形式存在?其实,这和浏览器的“同源策略”(The Same Origin Policy)有关。一.什么是同源策略同源策略,它是由Netscape提出的一个著名的安全策略,现在所有的可支持javas....
分类:其他好文   时间:2014-09-22 21:56:53    阅读次数:169
Selenium WebDriver 处理cookie
selenium webdriver 操作cookie实现简便登陆
分类:Web程序   时间:2014-09-22 01:30:01    阅读次数:395
【学习】JennyHui学自动化测试
学习材料:虫师的Python书,乙醇的教程Selenium常用的键盘事件智能等待处理富文本框
分类:其他好文   时间:2014-09-20 18:58:39    阅读次数:143
selenium+python find_element_by_css_selector方法使用
引用:http://www.cnblogs.com/paisen/p/3310395.html
分类:编程语言   时间:2014-09-20 18:39:19    阅读次数:1907
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!