Hello I am trying to work on a side personal project for automating email accounts. I am relatively new to Selenium and am having trouble clicking the signup button. I have tried the two following methods but none of them seem to be working.
driver.find_element_by_xpath('//*[@link= "https://protonmail.com/signup"]').click()
driver.find_elements_by_link_text('SIGN UP').click()
This is what I see when I click inspect element on the sign up button by the way. There is no id or value that can will easily classify the button.
<a href="signup" class="btn btn-default btn-short">SIGN UP </a>