Sha256: f4cf71d9e46f25302ebdba94ffbebffbb83d4686c66d348002d49e23f2c68003

Contents?: true

Size: 177 Bytes

Versions: 2

Compression:

Stored size: 177 Bytes

Contents

class GoogleSearch
  include PageObject

  page_url 'http://google.com'

  text_field(:criteria, name: 'q')

  def perform_search
    self.criteria = 'cheezyworld'
  end
  
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
RDee-0.2 features/support/pages/google_search.rb
RDee-0.1 features/support/pages/google_search.rb