kaliiiiiiiiii / Selenium-Driverless

undetected Selenium without usage of chromedriver
https://kaliiiiiiiiii.github.io/Selenium-Driverless/
Other
412 stars 52 forks source link

user_data_dir() got an unexpected keyword argument 'ensure_exists' #141

Closed Terminator98 closed 6 months ago

Terminator98 commented 6 months ago

I get this error when I import the library like that

from selenium_driverless.webdriver import Chrome
kaliiiiiiiiii commented 6 months ago

@Terminator98 That's the third-party platformdirs library. Try pip install --upgrade platformdirs

Terminator98 commented 6 months ago

@Terminator98 That's the third-party platformdirs library. Try pip install --upgrade platformdirs

Thanks So much I appreciate your help

kaliiiiiiiiii commented 6 months ago

minimum version therefore is https://github.com/platformdirs/platformdirs/pull/155