class AX::TextArea
Represents a generic text field on screen that users can manipulate. Usually seen in form with placeholder text.
Public Instance Methods
highlight_text(range)
click to toggle source
@see Accessibility::TextHighlighter#highlight_text
Calls superclass method
Accessibility::TextHighlighter#highlight_text
# File lib/ax/text_area.rb, line 11 def highlight_text range # @todo make sure the text is visible first super end