wangkun 2 年之前
父節點
當前提交
fdba2bfe7f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      shipinhao/shipinhao_follow.py

+ 2 - 2
shipinhao/shipinhao_follow.py

@@ -69,8 +69,8 @@ class Follow:
             "chromeOptions": {"androidProcess": "com.tencent.mm:tools"},
             "chromeOptions": {"androidProcess": "com.tencent.mm:tools"},
             'enableWebviewDetailsCollection': True,
             'enableWebviewDetailsCollection': True,
             'setWebContentsDebuggingEnabled': True,
             'setWebContentsDebuggingEnabled': True,
-            'chromedriverExecutable': '/Users/wangkun/Downloads/chromedriver_v86/chromedriver',
-            # 'chromedriverExecutable': '/Users/lieyunye/Downloads/chromedriver_v86/chromedriver',
+            # 'chromedriverExecutable': '/Users/wangkun/Downloads/chromedriver_v86/chromedriver',
+            'chromedriverExecutable': '/Users/lieyunye/Downloads/chromedriver_v86/chromedriver',
         }
         }
         driver = webdriver.Remote("http://localhost:4723/wd/hub", caps)
         driver = webdriver.Remote("http://localhost:4723/wd/hub", caps)
         driver.implicitly_wait(10)
         driver.implicitly_wait(10)