I have been trying to use selenium python to click the continue button in Login Page from the below link.
I have tried several selectors, xpath..nothing seems working for me.
This is the element I am trying to click on:
driver.find_element_by_xpath("//span[text()='Continue']").click()
Tried with Div class too:
driver.find_element_by_xpath("//div[contains(@class, 'appendBottom25 ')]")
I expect the selenium to click the continue button and to load to the password page