Class: Selenium::WebDriver::Element

Inherits:
Object
  • Object
show all
Includes:
SmartDriver::CommonInterface
Defined in:
lib/smart_driver.rb

Instance Method Summary collapse

Methods included from SmartDriver::CommonInterface

#find, #find_text, #finds, #finds_text, #to_html

Instance Method Details

#fill(text) ⇒ Object



55
56
57
58
59
# File 'lib/smart_driver.rb', line 55

def fill(text)
  $focus = self
  logging :info, "fill '#{text}'"
  send_key(text)
end