yeongbin-jo / python-chromedriver-autoinstaller

The chromedriver auto installer for distribution.
MIT License
237 stars 77 forks source link

Can you add the ability to specify the path for the driver to be stored #32

Closed ladyageorge closed 2 years ago

ladyageorge commented 2 years ago

I would like to be able to specify a location to store the driver as I have more then one test area and currently it seems to install it in the root of where I happen to be running from.. unless I am doing something wrong and perhaps someone could advise. Thank you

yeongbin-jo commented 2 years ago

@ladyageorge You can achieve with this code

import chromedriver_autoinstaller

chromedriver_autoinstaller.install(path="/path/to/you/want")
ladyageorge commented 2 years ago

When I try the path= I get an error... chromedriver_autoinstall.install(path="/my/path") E TypeError: install() got an unexpected keyword argument 'path'

I am using package 0.0.7

any suggestions?

On Thu, Sep 8, 2022 at 6:42 PM CHIDA @.***> wrote:

Closed #32 https://github.com/yeongbin-jo/python-chromedriver-autoinstaller/issues/32 as completed.

— Reply to this email directly, view it on GitHub https://github.com/yeongbin-jo/python-chromedriver-autoinstaller/issues/32#event-7352167337, or unsubscribe https://github.com/notifications/unsubscribe-auth/A27EM6EDBZYOYU5KDZ2GY2TV5J2XDANCNFSM6AAAAAAQH7GVYE . You are receiving this because you were mentioned.Message ID: <yeongbin-jo/python-chromedriver-autoinstaller/issue/32/issue_event/7352167337 @github.com>

yeongbin-jo commented 2 years ago

@ladyageorge plz use latest (0.4.0) instead