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

error with selenium #14

Open
Danilrrrr opened this issue Apr 20, 2023 · 0 comments
Open

error with selenium #14

Danilrrrr opened this issue Apr 20, 2023 · 0 comments

Comments

@Danilrrrr
Copy link

Traceback (most recent call last):
File "/Users/danil/Desktop/python-automated-bulk-whatsapp-messages-master/script.py", line 30, in
person_title = wait.until(lambda driver:driver.find_element_by_xpath(search_box))
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 86, in until
value = method(self._driver)
File "/Users/danil/Desktop/python-automated-bulk-whatsapp-messages-master/script.py", line 30, in
person_title = wait.until(lambda driver:driver.find_element_by_xpath(search_box))
AttributeError: 'WebDriver' object has no attribute 'find_element_by_xpath'

this error i see after script is opened chrome((

i try to install old ver of selenium but i have another error

help please what i do wrong???

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