selenium 看书笔记1

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了selenium 看书笔记1相关的知识,希望对你有一定的参考价值。

FirefoxProfile和ChromeOptions功能类似,用于定制浏览器特定属性

ChromeDriverService用来保持端口固定不变 usingPort()

 

使用InternetExplorerDriver, 也和chrome一样要下载一个IEDriverServer.exe.

 

IE清session数据

    DesiredCapabilities capab = DesiredCapabilities.internetExplorer();
    capab.setCapability(InternetExplorerDriver.IE_ENSURE_CLEAN_SESSION, true);

IE使用固定端口一样用和chrome类似的usingPort()

技术分享

 

 

技术分享

 

技术分享

 

以上是关于selenium 看书笔记1的主要内容,如果未能解决你的问题,请参考以下文章

Selenium Xpath元素无法定位 NoSuchElementException: Message: no such element: Unable to locate element(代码片段

selenium 基本的键盘方法

Java看书学习笔记

易学设计模式看书笔记 - 简单工厂模式

Selenium学习笔记 - 自动化测试体系与原理

python selenium片段+网络驱动程序