相关疑难解决方法(0)

在Selenium中以inconginto模式运行chrome浏览器

我想incongito通过selenium 在模式下运行chrome .我用Google搜索了足够的内容,并在此链接incongito的帮助下找到了如何直接在模式下运行chrome :

  1. 右键单击Google Chrome的快捷方式,然后选择"属性".
  2. 在"目标"字段的"快捷方式"选项卡上,在程序路径末尾添加-incognito.所以在"目标"字段中你应该有"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" –incognito

但是我没有得到如何在硒中运行它.

java selenium google-chrome selenium-rc

15
推荐指数
3
解决办法
4万
查看次数

标签 统计

google-chrome ×1

java ×1

selenium ×1

selenium-rc ×1