Skip to content

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

Open
jenishngl wants to merge 1 commit intoinAudible-NG:masterfrom
jenishngl:patch-1
Open

Updated find_element_by_id to find_element since find_element_by_id is no longer available#55
jenishngl wants to merge 1 commit intoinAudible-NG:masterfrom
jenishngl:patch-1

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