get submit button or sign in button Selenum python xpath

More often then not, sign buttons have the "submit" attribute.

sign_in_button = driver.find_element_by_xpath('//*[@type="submit"]')

SNAPPED!

SNAPPED!

Comments

Popular posts from this blog

Append to a json file python

Setup Mailhog mail server on Ubuntu