I am getting this error while trying to fill up form.
Error:
"no such element: Unable to locate element:
{"method":"id","selector":"formId:codEmpresa"}".
Any help would be appreciated.
Here is my code:
from selenium import webdriver
chrome = webdriver.Chrome()
chrome.get("https://www3.honda.com.br/newihs")
chrome.find_element_by_id("formId:codEmpresa").send_keys("Text1")
chrome.find_element_by_id("formId:codUsuario").send_keys("Text2")
chrome.find_element_by_id("formId:senha").send_keys("Text2")
chrome.find_element_by_id("formId:j_id68").click