Update test_workflow.py
This commit is contained in:
parent
1477e31625
commit
a2808543a9
|
@ -26,7 +26,7 @@ def main(args=None):
|
||||||
"we could be sleeping %d seconds here, but we don't" % n
|
"we could be sleeping %d seconds here, but we don't" % n
|
||||||
)
|
)
|
||||||
|
|
||||||
driver = uc.Chrome(headless=True)
|
driver = uc.Chrome(headless=True, version_main=113)
|
||||||
driver.get("https://www.google.com")
|
driver.get("https://www.google.com")
|
||||||
|
|
||||||
# accept the terms
|
# accept the terms
|
||||||
|
|
Loading…
Reference in New Issue