audible-activator
audible-activator copied to clipboard
Updated find_element_by_id to find_element since find_element_by_id is no longer available
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'
This fix worked for me. Good job!
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