Closed ladyageorge closed 2 years ago
@ladyageorge You can achieve with this code
import chromedriver_autoinstaller
chromedriver_autoinstaller.install(path="/path/to/you/want")
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>
@ladyageorge plz use latest (0.4.0
) instead
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