To simply click the a href tag with the LOGIN text.
driver.find_element_by_xpath("a[text()='LOGIN']").click()
CLICK HERE to find out more related problems solutions.
To simply click the a href tag with the LOGIN text.
driver.find_element_by_xpath("a[text()='LOGIN']").click()
CLICK HERE to find out more related problems solutions.