Exemplo n.º 1
0
 public int getSearchResultCount(String keyword) {
   search(keyword);
   return Integer.parseInt(driver.findElement(Loc.getLoc("m.hp.searchcount")).getText().trim());
 }
Exemplo n.º 2
0
 public void search(String keyword) {
   driver.findElement(Loc.getLoc("m.hp.searchbox")).sendKeys(keyword);
 }