Selenium 4.11.0 Release with Chrome For Testing Browser
parent
cd86293885
commit
269777377c
|
@ -454,6 +454,11 @@ def load_chromdriver_normal(config_dict, driver_type):
|
||||||
try:
|
try:
|
||||||
driver = webdriver.Chrome(service=chrome_service, options=chrome_options)
|
driver = webdriver.Chrome(service=chrome_service, options=chrome_options)
|
||||||
except Exception as exc2:
|
except Exception as exc2:
|
||||||
|
print("Selenium 4.11.0 Release with Chrome For Testing Browser.")
|
||||||
|
try:
|
||||||
|
driver = webdriver.Chrome(service=Service(), options=chrome_options)
|
||||||
|
except Exception as exc3:
|
||||||
|
print(exc3)
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue