Class: AePageObjects::Select
- Defined in:
- lib/ae_page_objects/elements/select.rb
Instance Attribute Summary
Attributes inherited from Element
Instance Method Summary collapse
Methods inherited from Element
#__full_name__, #__name__, #document, #full_name, #initialize, #name, new, #to_s, #using_default_locator?
Methods included from Concerns::Staleable
Methods included from Concerns::LoadEnsuring
Methods included from Node::Methods
Constructor Details
This class inherits a constructor from AePageObjects::Element
Instance Method Details
#set(value) ⇒ Object
3 4 5 |
# File 'lib/ae_page_objects/elements/select.rb', line 3 def set(value) node.select(value) end |