|
@@ -56,7 +56,8 @@ qlist=['富億空間','幸福空間節目 富億','幸福空間設計師 富億'
|
|
|
|
|
|
driver = webdriver.Remote(
|
|
|
# command_executor='http://127.0.0.1:4444/wd/hub',
|
|
|
-command_executor='http://192.53.174.202:4444/wd/hub',
|
|
|
+#command_executor='http://192.53.174.202:4444/wd/hub',
|
|
|
+command_executor='http://dev2.choozmo.com:14444/wd/hub',
|
|
|
desired_capabilities=DesiredCapabilities.CHROME)
|
|
|
driver.set_window_size(1400,1000)
|
|
|
|
|
@@ -67,6 +68,6 @@ while True:
|
|
|
print(q)
|
|
|
process_query(q)
|
|
|
send_msg(q)
|
|
|
- intsleep=random.randint(5,10)
|
|
|
+ intsleep=random.randint(12,20)
|
|
|
time.sleep(intsleep)
|
|
|
|