Ejemplo n.º 1
0
 public bool CheckPage()
 {
     return(WebActions.isVisible(btnGoogleSearch2, "google search button", new TimeSpan(0, 0, 30), true));
 }
Ejemplo n.º 2
0
 public bool checkPage()
 {
     return(WebActions.isVisible(opcAllResults2, "all results option", new TimeSpan(0, 0, 30), true));
 }
Ejemplo n.º 3
0
 public bool IsSuggestionListVisible()
 {
     return(WebActions.isVisible(ulSuggestionList, "suggestion list", new TimeSpan(0, 0, 30), true));
 }