jared 3 years ago
parent
commit
9eef5aa731
1 changed files with 5 additions and 5 deletions
  1. 5 5
      jared_shop_item_list.py

+ 5 - 5
jared_shop_item_list.py

@@ -21,12 +21,12 @@ import re
 
 def brower_start():
     options = webdriver.ChromeOptions()
-    browser = webdriver.Chrome(options=options)
+#    browser = webdriver.Chrome(options=options)
 
-#    browser = webdriver.Remote(
-#        command_executor='http://192.53.174.202:4444/wd/hub',
-#        desired_capabilities=options.to_capabilities()
-#    )
+    browser = webdriver.Remote(
+        command_executor='http://192.53.174.202:5555/wd/hub',
+        desired_capabilities=options.to_capabilities()
+    )
     return browser