Пример #1
0
 public void AllSearchTest()
 {
     browserActions = new BrowserActions(prototypeDriver);
     browserActions.BingSearch("What is test automation");
     browserActions.GoogleSearch("Test automation");
     browserActions.YahooSearch("What is test automation");
 }
Пример #2
0
 public void YahooSearchTest()
 {
     browserActions = new BrowserActions(prototypeDriver);
     browserActions.YahooSearch("What is test automation");
 }