Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run without chrome driver installation: Solution #11

Open
rachtibat opened this issue Dec 24, 2020 · 1 comment
Open

Run without chrome driver installation: Solution #11

rachtibat opened this issue Dec 24, 2020 · 1 comment

Comments

@rachtibat
Copy link

Hi, you could use

from webdriver_manager.chrome import ChromeDriverManager

        chromedriver = ChromeDriverManager().install()

instead of specifying the path to the chrome driver. Makes it easier (;

@glenn-jocher
Copy link
Member

@rachtibat hi there! Thanks for the suggestion! We prefer not to include external dependencies within the repo. We recommend leveraging executable path options or installing the driver separately. For more details, you can refer to the Ultralytics Docs at https://docs.ultralytics.com. Appreciate your input!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants