Im trying to click on this button to move to the login page. my code is :
from selenium import webdriver
driver = webdriver.Chrome()
driver.get('http://moodle.tau.ac.il/')
thats work fine but i can only find the form by using
loginform = driver.find_element_by_xpath("//form[@id='login']/")
I don't know how to get to the button, it's very basic stuff but I didn't find any good example.
//form[@id="login"]/div/input.