Class: Vapir::Firefox::InputElement

Inherits:
Element
  • Object
show all
Includes:
InputElement
Defined in:
lib/vapir-firefox/elements/input_element.rb

Overview

Description:

Base class containing items that are common between select list, text field, button, hidden, file field classes.

Direct Known Subclasses

Button, CheckBox, FileField, Radio, SelectList, TextField

Instance Attribute Summary

Attributes inherited from Element

#firefox_socket

Method Summary

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