Skip to content

Instantly share code, notes, and snippets.

@dbriones
Created September 7, 2011 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbriones/1201208 to your computer and use it in GitHub Desktop.
Save dbriones/1201208 to your computer and use it in GitHub Desktop.
NativeDriver driving a UISearchBar
// launches keyboard and list of results
driver.findElement(By.placeholder("Search")).click();
// does nothing
driver.findElement(By.placeholder("Search")).sendKeys("flat panel lcd");
// returns UISearchBar
driver.findElement(By.placeholder("Search")).getTagName();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment