Update output

This commit is contained in:
Michael Mintz 2020-04-15 00:33:09 -04:00
parent 876863f56b
commit c701a31cea
1 changed files with 1 additions and 1 deletions

View File

@ -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,