Class: AePageObjects::Select

Inherits:
Element show all
Defined in:
lib/ae_page_objects/elements/select.rb

Constant Summary

Constants included from Node::Methods

Node::Methods::METHODS_TO_DELEGATE_TO_NODE

Instance Attribute Summary

Attributes inherited from Element

#parent

Instance Method Summary collapse

Methods inherited from Element

#__full_name__, #__name__, #browser, #document, #full_name, #initialize, #name, #to_s, #using_default_locator?, #window

Methods included from Dsl

#collection, #element, #form_for, #inherited

Methods included from InternalHelpers

#ensure_class_for_param!

Methods included from Node::ClassMethods

#current_url, #current_url_without_params, #new_subclass

Methods included from Concerns::Staleable

#node, #stale?

Methods included from Concerns::LoadEnsuring

#initialize

Methods included from Node::Methods

#current_url, #current_url_without_params, #document, #initialize, #node

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