wangkun 2 years ago
parent
commit
fdba2bfe7f
1 changed files with 2 additions and 2 deletions
  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"},
             'enableWebviewDetailsCollection': 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.implicitly_wait(10)