public static void testGoogleSearch(){
//Create a new instance of GoogleSearch page
GoogleSearchPage googleSearchPage = new GoogleSearchPage(new HtmlUnitDriver());
// go to Google ("http://www.google.com")
googleSearchPage.open();
// Enter something to search for
googleSearchPage.enterSearchForm("Cheese!");
// Now submit the form, and get the next page object