jared 3 years ago
parent
commit
48c26b5538
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jared_shop_item_list.py

+ 1 - 1
jared_shop_item_list.py

@@ -24,7 +24,7 @@ def brower_start(port):
 #    browser = webdriver.Chrome(options=options)
 
     browser = webdriver.Remote(
-        command_executor='http://192.53.174.202:'+str(port)+'/wd/hub',
+        command_executor='http://127.0.0.1:'+str(port)+'/wd/hub',
         desired_capabilities=options.to_capabilities()
     )
     return browser