Tuesday, January 6, 2015


Sometimes we need to fill online form such as registration form or login user name and password, etc. Is possible to fill online form using selenium WebDriver. Selenium WebDriver provides a sendKeys() method to type text or povide input to form fields.

To fill an online form, first we should find the web element and the type the text using Selenium WebDriver sendKeys() method.





Fill Online Form