Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: module 'selenium' has no attribute 'webdriver' #1862

Open
bourbe opened this issue May 3, 2024 · 0 comments
Open

AttributeError: module 'selenium' has no attribute 'webdriver' #1862

bourbe opened this issue May 3, 2024 · 0 comments

Comments

@bourbe
Copy link

bourbe commented May 3, 2024

Hello

I face this error can you help please

`
Name: selenium
Version: 4.20.0
Summary:
Home-page: https://www.selenium.dev
Author:
Author-email:
License: Apache 2.0
Location: c:\users\clark\anaconda3\lib\site-packages
Requires: certifi, trio, trio-websocket, typing_extensions, urllib3
Required-by: py3-pinterest, selenium-stealth, undetected-chromedriver


Name: undetected-chromedriver
Version: 3.5.5
Summary: ('Selenium.webdriver.Chrome replacement with compatiblity for Brave, and other Chromium based browsers.', 'Not triggered by CloudFlare/Imperva/hCaptcha and such.', 'NOTE: results may vary due to many factors. No guarantees are given, except for ongoing efforts in understanding detection algorithms.')
Home-page: https://github.com/ultrafunkamsterdam/undetected-chromedriver
Author: UltrafunkAmsterdam
Author-email: [email protected]
License: GPL-3.0

--- Error
import undetected_chromedriver as uc

Traceback (most recent call last):

File "C:\Users\clark.djilo\AppData\Local\Temp\ipykernel_33324\2214139435.py", line 1, in
import undetected_chromedriver as uc

File "C:\Users\clark.djilo\Anaconda3\lib\site-packages\undetected_chromedriver_init_.py", line 47, in
from .webelement import UCWebElement

File "C:\Users\clark.djilo\Anaconda3\lib\site-packages\undetected_chromedriver\webelement.py", line 7, in
class WebElement(selenium.webdriver.remote.webelement.WebElement):

AttributeError: module 'selenium' has no attribute 'webdriver'
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant