Class: CapybaraObjects::ComponentObject
- Inherits:
-
Object
- Object
- CapybaraObjects::ComponentObject
- 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
Methods included from ValidationMethods
Methods included from LocationMethods
Methods included from InitializeMethods
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 |