You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I face a problem using datacamp courses. I got the error:
The error seems coming from self.session.driver.minimize_window() in get_profile_data in datacamp_utils.py:
My configuration is python 3.11.5, selenium 4.19.0, undetected-chromedriver 3.5.5 and Chrome version 124.
I precise also that I changed import undetected_chromedriver.v2 as uc to import undetected_chromedriver as uc in session.py and I'm able to connect myself using datacamp set-token.
Does anyone have an idea how to solve it?
Thanks
The text was updated successfully, but these errors were encountered:
Hi, I face a problem using
datacamp courses
. I got the error:The error seems coming from
self.session.driver.minimize_window()
inget_profile_data
indatacamp_utils.py
:My configuration is python 3.11.5, selenium 4.19.0, undetected-chromedriver 3.5.5 and Chrome version 124.
I precise also that I changed
import undetected_chromedriver.v2 as uc
toimport undetected_chromedriver as uc
insession.py
and I'm able to connect myself usingdatacamp set-token
.Does anyone have an idea how to solve it?
Thanks
The text was updated successfully, but these errors were encountered: