Skip to content

Instantly share code, notes, and snippets.

@leviwilson
Created February 6, 2014 21:47
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 leviwilson/8853169 to your computer and use it in GitHub Desktop.
Save leviwilson/8853169 to your computer and use it in GitHub Desktop.
class YourScreen
include Mohawk
def press_enter
w = Uia.find_element handle: adapter.window.handle # get the top-level window for this screen
t = w.find id: 'yourTextFieldId'
t.send_keys :enter
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment