Wednesday 10 August 2016

Selenium2: WebDriver: clear() : erase the text at textbox (or) textarea

WebElement interface provides clear method, which clears the data entered in textbox (or) textarea. Following is the signature of clear method.


void clear();


Previous                                                 Next                                                 Home

No comments:

Post a Comment