* @throws MalformedURLException
* @throws XPathExpressionException
*/
public static void main(String[] args) throws MalformedURLException, XPathExpressionException
{
UserAgentContext uacontext = new MozillaUserAgent();
LocalHtmlRendererContext rcontext = new LocalHtmlRendererContext(uacontext);
//rcontext.navigate("http://www.google.com/search");
FormInput submitInput1 = new FormInput("hl", "en");
FormInput submitInput2 = new FormInput("q", "student");