Class: WatirFramework::Home

Inherits:
WatirDrops::PageObject
  • Object
show all
Defined in:
lib/watir_framework/pages/home.rb

Instance Method Summary collapse

Instance Method Details

#search(data) ⇒ Object



9
10
11
12
# File 'lib/watir_framework/pages/home.rb', line 9

def search(data)
  fill_form(data)
  submit.click
end