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

Updated find_element_by_id to find_element since find_element_by_id is no longer available #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jenishngl
Copy link

@jenishngl jenishngl commented Jul 6, 2022

Updated find_element_by_id to find_element since find_element_by_id is no longer available

This fixes AttributeError: 'WebDriver' object has no attribute 'find_element_by_id'

…ement_by_id'

Updated find_element_by_id to find_element since find_element_by_id is no longer available
@jenishngl jenishngl changed the title FIXING - AttributeError: 'WebDriver' object has no attribute 'find_el… FIXING - AttributeError: 'WebDriver' object has no attribute 'find_element_by_id' Jul 6, 2022
@jenishngl jenishngl changed the title FIXING - AttributeError: 'WebDriver' object has no attribute 'find_element_by_id' Updated find_element_by_id to find_element since find_element_by_id is no longer available Jul 6, 2022
seanth added a commit to seanth/audible-activator that referenced this pull request Jul 14, 2022
@gredin
Copy link

gredin commented Jul 19, 2022

This fix worked for me. Good job!

@TheDuchy
Copy link

For anyone that is lazy to clone this workaround, just edit requirements.txt to

requests
selenium==4.2.0

and rerun python -m pip install --user -r requirements.txt

Copy link

@dreirund dreirund left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This solves the mentioned error for me.

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

Successfully merging this pull request may close these issues.

4 participants