Skip to content

Instantly share code, notes, and snippets.

@leviwilson
Created June 17, 2013 14:15
Show Gist options
  • Save leviwilson/5797201 to your computer and use it in GitHub Desktop.
Save leviwilson/5797201 to your computer and use it in GitHub Desktop.
WebView proposed api
class PhoneGapScreen
include Gametel
webview(:id => 'webView1')
text_element(:username, :id => 'username-field')
text_element(:password, :class => 'password-class', :tagName => 'input')
button_element(:login, :value => 'Submit')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment