Class: TestCentricity::ListButton

Inherits:
ListElement show all
Defined in:
lib/testcentricity_web/web_elements/list_button.rb

Constant Summary

Constants inherited from UIElement

UIElement::CSS_SELECTORS, UIElement::XPATH_SELECTORS

Instance Attribute Summary

Attributes inherited from ListElement

#element_locator, #list

Attributes inherited from UIElement

#alt_locator, #context, #locator, #locator_type, #name, #parent, #type

Instance Method Summary collapse

Methods inherited from ListElement

#click, #exists?, #find_list_element, #get_value, #list_object_not_found_exception

Methods inherited from UIElement

#clear_alt_locator, #click, #click_at, #disabled?, #displayed?, #double_click, #drag_and_drop, #drag_by, #enabled?, #exists?, #get_attribute, #get_locator, #get_name, #get_native_attribute, #get_object_type, #get_siebel_object_type, #get_value, #height, #hidden?, #hover, #invoke_siebel_dialog, #right_click, #send_keys, #set, #set_alt_locator, #set_locator_type, #verify_value, #visible?, #wait_until_exists, #wait_until_gone, #wait_until_hidden, #wait_until_value_changes, #wait_until_value_is, #wait_until_visible, #width, #x, #y

Constructor Details

#initialize(name, parent, locator, context, list, proxy = nil) ⇒ ListButton

Returns a new instance of ListButton.



3
4
5
6
# File 'lib/testcentricity_web/web_elements/list_button.rb', line 3

def initialize(name, parent, locator, context, list, proxy = nil)
  super
  @type = :list_button
end