Guest User

Untitled

a guest
Jan 11th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. specify'searh hello world with google using docmain based script' do
  2. page = GoogleHomPage.new(@webpage.browser)
  3. page.should be_present
  4. page.search_field.enter('hello world')
  5. page.search_button.click_wait
  6. page.title.should == 'hello world - Google Search'
  7. page.search_field.value.should == 'hello world'
  8. end
Add Comment
Please, Sign In to add comment