博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
成长日志
阅读量:5307 次
发布时间:2019-06-14

本文共 535 字,大约阅读时间需要 1 分钟。

1.* I open the IE browser # features/step_definitions/Common/Common.rb:2     

  Open IE Browser       Unexpected error launching Internet Explorer. Browser zoom level was set to 125%. It should be set to 100% (Selenium::WebDriver::Error::NoSuchDriverError)  

change IE zoom to 100%, it is ok.

2. Unable to find element with name == q (Selenium::WebDriver::Error::NoSuchElementError)

For IE setting , enabled protected mode for every zone "Internet","Local Intranet","Trusted sites","Restricted site"

 

转载于:https://www.cnblogs.com/worklog/p/5231452.html

你可能感兴趣的文章
java的二叉树树一层层输出,Java构造二叉树、树形结构先序遍历、中序遍历、后序遍历...
查看>>
php仿阿里巴巴,php实现的仿阿里巴巴实现同类产品翻页
查看>>
Node 中异常收集与监控
查看>>
七丶Python字典
查看>>
Excel-基本操作
查看>>
面对问题,如何去分析?(分析套路)
查看>>
Excel-逻辑函数
查看>>
面对问题,如何去分析?(日报问题)
查看>>
数据分析-业务知识
查看>>
nodejs vs python
查看>>
poj-1410 Intersection
查看>>
Java多线程基础(一)
查看>>
TCP粘包拆包问题
查看>>
Java中Runnable和Thread的区别
查看>>
SQL Server中利用正则表达式替换字符串
查看>>
POJ 1015 Jury Compromise(双塔dp)
查看>>
论三星输入法的好坏
查看>>
Linux 终端连接工具 XShell v6.0.01 企业便携版
查看>>
JS写一个简单日历
查看>>
LCA的两种求法
查看>>