Hi All,
Am new to using HTMLUnit.I wrote a sample code(to emulate opening of website google.com and enter a value say "html" in the text field and click the Search button) .The code is as follows

import com.gargoylesof tware.htmlunit. BrowserVersion;
import com.gargoylesof tware.htmlunit. WebClient;
import com.gargoylesof tware.htmlunit. WebRequestSetti ngs;
import com.gargoylesof tware.htmlunit. WebWindow;...