Interview Questions

Selenium WebdDriver - Using web driver how you can store a value which is text box?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

Selenium WebdDriver - Using web driver how you can store a value which is text box?

You can use following command to store a value which is text box using web driver
driver.findElement(By.id(“your Textbox”)).sendKeys(“your keyword”);

(Continued on next question...)

Other Interview Questions