Hi,
I'm a super beginner. Maybe you can help me.
- Scrolling down, hundreds of pages, but just 33 links. Why?
- :2: DeprecationWarning: find_elements_by_* commands are deprecated. Please use find_elements() instead
links = driver.find_elements_by_tag_name('a') --> How to solve this warning?
Thanks in advance for your time
Valentino
Hi,
I'm a super beginner. Maybe you can help me.
links = driver.find_elements_by_tag_name('a') --> How to solve this warning?
Thanks in advance for your time
Valentino