I'm using Selenium 4.16.0 for Python, on Windows 10.
How can I change the default cache location ?
The default cache location is "~/user/.cache", a directory.
But I get errors since another program use "~/user/.cache", a file.
I'm using Selenium 4.16.0 for Python, on Windows 10.
How can I change the default cache location ?
The default cache location is "~/user/.cache", a directory.
But I get errors since another program use "~/user/.cache", a file.
Copyright © 2021 Jogjafile Inc.
If you are using Firefox, the alternative solution is that you can set the
--profileoption to specify a custom user data directory.