webdrivermanager icon indicating copy to clipboard operation
webdrivermanager copied to clipboard

Set install path

Open iDevo opened this issue 3 years ago • 0 comments

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

iDevo avatar Nov 08 '21 23:11 iDevo