|
@@ -76,7 +76,7 @@ def run_once(q):
|
|
|
options.add_argument('--headless')
|
|
|
options.add_argument('--remote-debugging-port=9222')
|
|
|
options.add_experimental_option("debuggerAddress", "192.168.192.156:9922")
|
|
|
-# options.add_argument("--user-agent=" +user_agent)
|
|
|
+ # options.add_argument("--user-agent=" +user_agent)
|
|
|
options.add_argument("--incognito")
|
|
|
|
|
|
driver = webdriver.Chrome(
|