Answers for "get attributes of link tag"

6

get attribute href

document.find_element_by_xpath("//example").getAttribute('href')
Posted by: Guest on March-24-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language