0
I’m looking for the Aria-label attribute using Selenium with the code below, but I can’t find it.
xpath = driver.find_element_by_xpath('//*[@id="frmKey"]/fieldset/div[2]/div[1]/a[1]').__getattribute__("aria-label=")
print("Resultado")
print(xpath)