Skip to content

Instantly share code, notes, and snippets.

@oelmekki
Created March 4, 2009 21:58
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 oelmekki/74035 to your computer and use it in GitHub Desktop.
Save oelmekki/74035 to your computer and use it in GitHub Desktop.
# in order to be able to do in step definitions :
# webrat_session.page.should have_selector( css3_selector )
module WWW
class Mechanize
class Page
def has_selector?( selector )
not search( selector ).empty?
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment