I am practicing Selenium in Python and I wanted to fetch all the links on a web page using Selenium.
For example, I want all the links in the href= prop
href=
You can try something like:
links = driver.find_elements_by_partial_link_text('')