How to stop chromedriver from opening settings tab automatically?

∥☆過路亽.° 提交于 2019-12-01 21:30:55

Update: I updated the chromedriver to 2.33 that the selenium-standalone package uses and the config of the selenium server. The tab is not appearing anymore. You can try to update the chromedriver that your ruby script uses to 2.33.

If you need my Chrome version, it is currently 62.0.3202.89 (64 bit) for Mac OS.

I ran into this issue when I tried to used our selenium automation in nodejs. I tried the new chromedriver 2.33 but the issue persisted. I just downgraded my Chrome to version 59 at the moment until it can be fixed.

This has been fixed using the latest release: ChromeDriver 2.33. You can pick it from https://sites.google.com/a/chromium.org/chromedriver/downloads

We hit the same after last update of chrome: 62.0.3202.89

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!