class RAutomation::Adapter::Win32::PasswordField

Private Instance Methods

set?(text) click to toggle source
# File lib/rautomation/adapter/win_32/password_field.rb, line 8
def set?(text)
  # getting value from password field will not retrieve anything
  true
end