Jared před 2 roky
rodič
revize
351f83b5b0

binární
details.xls


binární
hot_pot.xls


+ 6 - 5
run.py

@@ -44,12 +44,13 @@ def serive_create(profilepath):
 def brower_start(port):
     options = webdriver.ChromeOptions()
 #    browser = webdriver.Chrome(options=options)
+    browser = webdriver.Chrome(options=options)
 
-    browser = webdriver.Remote(
-        command_executor='http://127.0.0.1:'+str(port)+'/wd/hub',
-        # command_executor='http://192.53.174.202:'+str(port)+'/wd/hub',
-        desired_capabilities=options.to_capabilities()
-    )
+#    browser = webdriver.Remote(
+#        command_executor='http://127.0.0.1:'+str(port)+'/wd/hub',
+#        # command_executor='http://192.53.174.202:'+str(port)+'/wd/hub',
+#        desired_capabilities=options.to_capabilities()
+#    )
     return browser
 
 

binární
utility/__pycache__/__init__.cpython-310.pyc


binární
utility/__pycache__/__init__.cpython-38.pyc


binární
utility/__pycache__/connect.cpython-310.pyc


binární
utility/__pycache__/connect.cpython-38.pyc


binární
utility/__pycache__/database_access.cpython-310.pyc


binární
utility/__pycache__/database_access.cpython-38.pyc


binární
utility/__pycache__/parseutils.cpython-310.pyc


binární
utility/__pycache__/parseutils.cpython-38.pyc


binární
utility/__pycache__/parseutils.cpython-39.pyc