MarketSquare / webdrivermanager

Python module to facilitate downloading and deploying WebDriver binaries for Chrome, Firefox, Opera & Edge
https://pypi.org/project/webdrivermanager/
MIT License
100 stars 38 forks source link

Set install path #83

Open iDevo opened 2 years ago

iDevo commented 2 years ago

Hi there, first of all thank you for creating this super helpful tool.

I would like to use the webdriver manager in Lambda but it is creating the following error message

[ERROR] OSError: [Errno 30] Read-only file system: '/home/sbx_user1051'

I think the reason behind this is that the manager tries to download to a directory which is not writable in Lambda.

Is it possible to specify the download directory and set it for example to /tmp/ ?

Thanks Marc