Skip to content

Instantly share code, notes, and snippets.

@fbjork
Created September 27, 2010 09:30
Show Gist options
  • Save fbjork/598803 to your computer and use it in GitHub Desktop.
Save fbjork/598803 to your computer and use it in GitHub Desktop.
When \/^(?:|I )follow "([^"]*)"(?: within "([^"]*)")?$\/ do |link, selector|
with_scope(selector) do
click_link(link)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment