Class: Prickle::Capybara::Element

Inherits:
Object
  • Object
show all
Includes:
Capybara::DSL, Actions
Defined in:
lib/prickle/capybara/element.rb

Constant Summary collapse

OF_ANY_TYPE =
"*"
CONVERTED_TYPES =
{ :link => 'a',
  :paragraph => 'p'
}

Method Summary

Methods included from Actions

#click, #contains_text?, #exists?, #has_text?