Class: ScreenObject::AppElements::Table

Inherits:
Element
  • Object
show all
Defined in:
lib/screen-object/accessors/table.rb

Instance Attribute Summary

Attributes inherited from Element

#locator

Instance Method Summary collapse

Methods inherited from Element

#click, #click_dynamic_exact_text, #click_dynamic_text, #click_exact_text, #click_text, #driver, #dynamic_text_exists?, #dynamic_xpath, #element, #element_attributes, #elements, #exists?, #initialize, #scroll, #scroll_for_dynamic_element_click, #scroll_for_element_click, #scroll_to_exact_text, #scroll_to_text, #value

Constructor Details

This class inherits a constructor from ScreenObject::AppElements::Element

Instance Method Details

#cell_countObject



20
21
22
# File 'lib/screen-object/accessors/table.rb', line 20

def cell_count
  elements.length
end