0
I’m developing an automation that makes a Choose file in an input, but when I click on the element:
driver.FindFirstElement(By.Id("chooseFile")).Click();
and every time the error returns to me:
"Referência de objeto não definida para uma instância de um objeto."
add the snippet of your HTML code
– phduarte