selenium入门问题和解决
入门:
- 下载安装Firefox 和 Firefox-selenium插件,selenium-ide-2.5.0.xpi 本博客会提供下载内容。
- 下载selenium-java-2.41.0.zip,创建工程,导入jar包,这里不详细描述
- 下载selenium-server-standalone-2.41.0.jar,这里提供我的CSDN下载地址,ITEYE有下载限制。
- selenium-server-standalone-2.41.0启动脚本start.bat 本博客会提供下载内容。
- 录制脚本方法。用selenium-ide-2.5.0.xpi右键打开,用Firefox 打开,在Firefox菜单栏,会出现图标如下
- Firefox地址栏输入需要录制脚本的网站,点击进入,然后单机上图红色部分,会弹出IDE录制窗口。在弹出的脚本中选择开发语言Options-->Cliboard Format-->Java /JUint 4/WebDriber。
- 继续在Firefox浏览其中操作,你的操作IDE会记录,并形成脚本。
- 录制完成,停止录制,并且导出脚本,文件-->Save Test Case as...-->输入文件名,保存。
问题描述:
Started InternetExplorerDriver server (32-bit)
2.41.0.0
Listening on port 40221
org.openqa.selenium.remote.SessionNotFoundException: Unexpected error launching Internet Explorer. Browser zoom level was set to 125%. It should be set to 100% (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 2.01 seconds
Build info: version: '2.41.0', revision: '3192d8a', time: '2014-03-27 17:18:15'
问题解决:打开注册表,找到HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Zoom. 双击右边的ZoomFactor,选择十进制,修改内容为“100000”
相关推荐
xiangxiaojun 2020-09-23
Reiki 2020-08-16
letheashura 2020-08-14
tiankele0 2020-07-29
curiousL 2020-07-18
王练 2020-07-18
tiankele0 2020-07-18
amei0 2020-07-08
Reiki 2020-07-06
Ronnyxie 2020-07-06
xiangxiaojun 2020-07-05
zhanghaibing00 2020-06-28
xiongyouqiang 2020-06-28
Ronnyxie 2020-06-27
amei0 2020-06-26
letheashura 2020-06-26
tiankele0 2020-06-26
王练 2020-06-25