0
I have this tag <a href="!!!!!!">carro</a>
I use the following code do = driver.find_element_by_link_text('carro') do.click()
I cannot access, returns the following error:
selenium.common.exceptions.NoSuchElementException: Message: Unable to find element with xpath == carro
Anyone can help?