Python Selenium ChromeDriver同步

时间:2018-09-26 17:30:04

标签: python-3.x google-chrome selenium-chromedriver

所以我最近在这里找到了一篇文章,该文章旨在向我展示如何在Selenium ChromeDriver中激活同步。我已将以下代码行添加到脚本中:

options.add_experimental_option(
    'excludeSwitches',
    ['disable-sync'])


options.add_argument('--enable-sync')

运行时没有错误发生。我将它们添加到Webdriver路径所在的代码行之后。当我访问chrome:// versions时,它仍然说同步被禁用,进入chrome设置时也是如此。

0 个答案:

没有答案