博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
selenium webdriver ChromeOptions
阅读量:5099 次
发布时间:2019-06-13

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

ChromeOptions options=new ChromeOptions();         //options.addExtensions(new File("C:\\Agent.crx")); //加载扩展            //options.addArguments("user-data- dir=C:\\Users\\Sychopian\\AppData\\Local\\Google\\Chrome\\User Data"); //带参数启动,具体参数可google chrome带参数启动               driver = new EventFiringWebDriver(new ChromeDriver(options)).register(new LogEventListener()); //加入chromeOptions,并配置监听类

 

转载于:https://www.cnblogs.com/zhangminjie/p/3959763.html

你可能感兴趣的文章
程序员的数学
查看>>
聚合与组合
查看>>
洛谷 P2089 烤鸡【DFS递归/10重枚举】
查看>>
我眼中的技术地图
查看>>
lc 145. Binary Tree Postorder Traversal
查看>>
在centos上开关tomcat
查看>>
android dialog使用自定义布局 设置窗体大小位置
查看>>
ionic2+ 基础
查看>>
查询消除重复行
查看>>
[leetcode]Minimum Path Sum
查看>>
内存管理 浅析 内存管理/内存优化技巧
查看>>
Aizu - 1378 Secret of Chocolate Poles (DP)
查看>>
csv HTTP简单表服务器
查看>>
IO流写出到本地 D盘demoIO.txt 文本中
查看>>
Screening technology proved cost effective deal
查看>>
mysql8.0.13下载与安装图文教程
查看>>
Thrift Expected protocol id ffffff82 but got 0
查看>>
【2.2】创建博客文章模型
查看>>
Kotlin动态图
查看>>
从零开始系列之vue全家桶(1)安装前期准备nodejs+cnpm+webpack+vue-cli+vue-router
查看>>