码迷,mamicode.com
首页 > Web开发 > 详细

webDriver阅读笔记 2

时间:2018-04-18 16:25:20      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:out   其他   without   sel   警告   new   server   androi   hub   

https://seleniumhq.github.io/selenium/docs/api/java/index.html

 

HtmlUnit Driver

This is currently the fastest and most lightweight implementation of WebDriver. As the name suggests, this is based on HtmlUnit. HtmlUnit is a java based implementation of a WebBrowser without a GUI. For any language binding (other than java) the Selenium Server is required to use this driver.

WebDriver driver = new HtmlUnitDriver();

  试了一下,没有gui界面,但是可以正常测试,不过会有css警告。

其他的Driver不做概述,FirefoxDriver(),ChromeDriver(),InternetExplorerDriver()等等有界面,都是打开对应的browser。

 

iosDriver 和android的Driver

参考网址:  

      http://ios-driver.github.io/ios-driver/

      http://selendroid.io/

 

webDriver阅读笔记 2

标签:out   其他   without   sel   警告   new   server   androi   hub   

原文地址:https://www.cnblogs.com/zhizhiyin/p/8875578.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!