public void AllSearchTest()
 {
     browserActions = new BrowserActions(prototypeDriver);
     browserActions.BingSearch("What is test automation");
     browserActions.GoogleSearch("Test automation");
     browserActions.YahooSearch("What is test automation");
 }
 public void YahooSearchTest()
 {
     browserActions = new BrowserActions(prototypeDriver);
     browserActions.YahooSearch("What is test automation");
 }