Class: Symbiont::WebObjects::Label
- Defined in:
- lib/symbiont/web_objects/label.rb
Instance Attribute Summary
Attributes inherited from WebObject
Class Method Summary collapse
Methods inherited from WebObject
#==, #attribute, #clear, #click, #disabled?, #double_click, #enabled?, #exists?, #fire_event, #flash, #focus, #hover, #html, #id, #initialize, #inspect, #parent, provide_locator_for, #scroll_into_view, selector_mapping, #send_keys, #style, #tag_name, #text, #value, #visible?, #wait_until, #when_actionable, #when_not_actionable, #when_not_visible, #when_visible
Constructor Details
This class inherits a constructor from Symbiont::WebObjects::WebObject
Class Method Details
.usable_selectors ⇒ Object
6 7 8 |
# File 'lib/symbiont/web_objects/label.rb', line 6 def self.usable_selectors super + [:text] end |