I need to enter a value in the textbox by using XPath with Selenium automated scripts.
Please help to correct my code.
IWebElement name= driver.FindElement(By.XPath("//input[@type='text' and @name='name']"));
name.SendKeys("juana");
I need to enter a value in the textbox by using XPath with Selenium automated scripts.
Please help to correct my code.
IWebElement name= driver.FindElement(By.XPath("//input[@type='text' and @name='name']"));
name.SendKeys("juana");