Class: Vapir::Firefox::Table
- Includes:
- Table
- Defined in:
- lib/vapir-firefox/elements/table.rb
Instance Attribute Summary
Attributes inherited from Element
Class Method Summary collapse
Methods inherited from Element
#click, #click_no_wait, #current_style_object, element_object_style, #fire_event, #initialize, #outer_html, #visible?, #wait
Methods included from Container
#element_by_xpath, #element_object_by_xpath, #element_objects_by_xpath, #elements_by_xpath, #extra_for_contained, #innermost_by_node, #innermost_matching_visible_text, #visible_text_nodes
Constructor Details
This class inherits a constructor from Vapir::Firefox::Element
Class Method Details
.create_from_element(container, element) ⇒ Object
8 9 10 |
# File 'lib/vapir-firefox/elements/table.rb', line 8 def self.create_from_element(container, element) Vapir::Table.create_from_element(container, element) end |