Class: CapybaraObjects::ComponentObject

Inherits:
Object
  • Object
show all
Includes:
ConvenienceMethods, InitializeMethods, LocationMethods, RegistryMethods, ScopedFinders, ValidationMethods
Defined in:
lib/capybara_objects/component_object.rb

Class Method Summary collapse

Methods included from ScopedFinders

#get_component, #root_node, #scoped_find

Methods included from ConvenienceMethods

#click, #hover, #page

Methods included from ValidationMethods

#validate!

Methods included from LocationMethods

#initialize

Methods included from InitializeMethods

#initialize

Class Method Details

.ctype(type) ⇒ Object



16
17
18
# File 'lib/capybara_objects/component_object.rb', line 16

def ctype(type)
  registry.register_ctype type, self
end