driver.FindElement(By.Id(\"inputUsername\")).SendKeys(\"aca\"); driver.FindElement(By.Id(\"inputPassword\")).SendKeys(\"123\"); driver.FindElement(By.TagName(\"butto
I had the same issue due to using the pre-release version. v4.00 alpha. I installed the previous version v3.141.0 and the errors were resolved