Update output
This commit is contained in:
parent
876863f56b
commit
c701a31cea
|
@ -613,7 +613,7 @@ def get_local_driver(
|
|||
# (Not multithreaded)
|
||||
from seleniumbase.console_scripts import sb_install
|
||||
sys_args = sys.argv # Save a copy of current sys args
|
||||
print("\nWarning: chromedriver not found. Installing now:")
|
||||
print("\nWarning: msedgedriver not found. Installing now:")
|
||||
sb_install.main(override="edgedriver")
|
||||
sys.argv = sys_args # Put back the original sys args
|
||||
return webdriver.Chrome(executable_path=LOCAL_EDGEDRIVER,
|
||||
|
|
Loading…
Reference in New Issue