Method: AutomationObject::Driver::CommonSelenium::Element#send_keys

Defined in:
lib/automation_object/driver/common_selenium/element.rb

#send_keys(string) ⇒ void

This method returns an undefined value.

Type into an element



58
59
60
# File 'lib/automation_object/driver/common_selenium/element.rb', line 58

def send_keys(string)
  @subject.send_keys(string)
end