I\'m using Selenium webdriver (chrome) with Python, I\'m trying to get the href from all the links on the webpage. When I try the following:
src = driver.find_element_by_css_selector("img").get_attribute("src")