We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876863f commit c701a31Copy full SHA for c701a31
seleniumbase/core/browser_launcher.py
@@ -613,7 +613,7 @@ def get_local_driver(
613
# (Not multithreaded)
614
from seleniumbase.console_scripts import sb_install
615
sys_args = sys.argv # Save a copy of current sys args
616
- print("\nWarning: chromedriver not found. Installing now:")
+ print("\nWarning: msedgedriver not found. Installing now:")
617
sb_install.main(override="edgedriver")
618
sys.argv = sys_args # Put back the original sys args
619
return webdriver.Chrome(executable_path=LOCAL_EDGEDRIVER,
0 commit comments