Skip to content

Commit c701a31

Browse files
committed
Update output
1 parent 876863f commit c701a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/core/browser_launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ def get_local_driver(
613613
# (Not multithreaded)
614614
from seleniumbase.console_scripts import sb_install
615615
sys_args = sys.argv # Save a copy of current sys args
616-
print("\nWarning: chromedriver not found. Installing now:")
616+
print("\nWarning: msedgedriver not found. Installing now:")
617617
sb_install.main(override="edgedriver")
618618
sys.argv = sys_args # Put back the original sys args
619619
return webdriver.Chrome(executable_path=LOCAL_EDGEDRIVER,

0 commit comments

Comments
 (0)