Exemplo n.º 1
0
 public void search(string textToSearch)
 {
     WebActions.sendTextToElement(inputSearch, textToSearch, true);
     WebActions.waitVisible("//ul[@role='listbox']", 30, true);
     WebActions.clickElement(imgGoogle, false);
     WebActions.clickElement(btnGoogleSearch, true);
 }
Exemplo n.º 2
0
 public void TypeSearch(string textToSearch)
 {
     WebActions.sendTextToElement(inputSearchField, "google search field", textToSearch, false);
 }