module Uia::Patterns::Text

Public Instance Methods

text() click to toggle source
# File lib/uia/patterns/text.rb, line 8
def text
  Library.get_text @element
end
text=(value) click to toggle source
# File lib/uia/patterns/text.rb, line 4
def text=(value)
  send_keys [:control, :home], [:control, :shift, :end], value
end