SergeyPirogov / webdriver_manager

Apache License 2.0
2.06k stars 460 forks source link

erroneous webdriver-manager package name given in docs #660

Open teowave opened 5 months ago

teowave commented 5 months ago

in docs, pip installation is given as pip install webdriver-manager, then usage as from webdriver_manager import ...

It does not work, after changing to pip install webdriver_manager it all worked fine.

please correct in docs