Answers for "get the src of img in selenium python"

3

python selenium get image src

driver.find_element_by_id("element_id").get_attribute("src")
Posted by: Guest on July-13-2020

Python Answers by Framework

Browse Popular Code Answers by Language