Class: AX::TextField

Inherits:
Element show all
Includes:
Accessibility::TextHighlighter
Defined in:
lib/ax/text_field.rb

Overview

Represents a generic text field on screen that users can manipulate. Usually seen in form with placeholder text.

Method Summary

Methods included from Accessibility::TextHighlighter

#highlight_text

Methods inherited from Element

#==, #actions, #ancestor, #ancestry, #application, #attribute, #attributes, #blank?, #bounds, #children, #description, #initialize, #inspect, #inspect_subtree, #invalid?, #method_missing, #methods, #parameterized_attribute, #parameterized_attributes, #perform, #pid, #respond_to?, #screenshot, #search, #set, #size_of, #to_h, #to_point, #to_s, #type, #writable?

Methods included from Accessibility::PrettyPrinter

#pp_checkbox, #pp_children, #pp_enabled, #pp_focused, #pp_identifier, #pp_position

Constructor Details

This class inherits a constructor from AX::Element

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class AX::Element