Skip to content

Instantly share code, notes, and snippets.

@firesofmay
Created August 6, 2012 07:44
Show Gist options
  • Save firesofmay/3271980 to your computer and use it in GitHub Desktop.
Save firesofmay/3271980 to your computer and use it in GitHub Desktop.
Code to select iFrame and input text inside of it.
(switch-to-frame 0)
(switch-to-active)
(send-keys "body" "Thanks to noidi_ :)")
(switch-to-default) ;This is switch back from iframe.
(click (find-element {:tag :button :type :submit})) ;to submit :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment