audible-activator icon indicating copy to clipboard operation
audible-activator copied to clipboard

Updated find_element_by_id to find_element since find_element_by_id is no longer available

Open jenishngl opened this issue 2 years ago • 2 comments

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'

jenishngl avatar Jul 06 '22 15:07 jenishngl

This fix worked for me. Good job!

gredin avatar Jul 19 '22 18:07 gredin

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

TheDuchy avatar Aug 28 '22 13:08 TheDuchy