I'm trying to make a code with selenium but it shows the following error 'NameError: name 'find_element' is notdefined', can you help me?. Thankss
button_login = find_element(By.CSS_SELECTOR, '#loginForm > div > div:nth-child(3) > button')
button_login.click()
sleep(2)