I am very new to Selenium and Programming.
I am unable to find the textbox elements.
”’
driver.findElement(By.name(“username”)).sendKeys(“Admin”);
driver.findElement(By.name(“password”)).sendKeys(“admin123”);
”’
This is my code.
these 2 are html textboxes
I am getting error like no such elements found.