Skip to content

Instantly share code, notes, and snippets.

@pedrolopesme
Created October 31, 2013 20:57
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 pedrolopesme/7257038 to your computer and use it in GitHub Desktop.
Save pedrolopesme/7257038 to your computer and use it in GitHub Desktop.
on_page HomePage do |page|
page.input_search_element.when_visible(30)
page.input_search = "Meu termo de busca"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment