Class: Symbiont::WebObjects::ListItem
- Defined in:
- lib/symbiont/web_objects/list_item.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
5 6 7 |
# File 'lib/symbiont/web_objects/list_item.rb', line 5 def self.usable_selectors super + [:text] end |