Skip to content

Instantly share code, notes, and snippets.

@zilkey
Created April 29, 2009 17:29
Show Gist options
  • Save zilkey/103917 to your computer and use it in GitHub Desktop.
Save zilkey/103917 to your computer and use it in GitHub Desktop.
When /^I type "([^\"]*)" into the "([^\"]*)" rich text editor$/ do |description, iframe_id|
selenium.select_frame "id=#{iframe_id}"
selenium.type_keys "css=body", description
selenium.select_frame "relative=top"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment