Sha256: 2aaed872b2301fc71be277bf8d8ac57adf43323907e65ec2e35043c7a83fc3b4

Contents?: true

Size: 195 Bytes

Versions: 12

Compression:

Stored size: 195 Bytes

Contents

# Encoding: utf-8

require_relative 'example_page_object'

def execute_simple_test(driver)
  google = ExamplePageObject.new driver
  google.visit
  google.page_title.should include('Google')
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
selenium-connect-3.7.1 spec/support/integration_helper.rb
selenium-connect-3.7.0 spec/support/integration_helper.rb
selenium-connect-3.6.0 spec/support/integration_helper.rb
selenium-connect-3.5.0 spec/support/integration_helper.rb
selenium-connect-3.4.0 spec/support/integration_helper.rb
selenium-connect-3.3.1 spec/support/integration_helper.rb
selenium-connect-3.3.0 spec/support/integration_helper.rb
selenium-connect-3.2.0 spec/support/integration_helper.rb
selenium-connect-3.1.2 spec/support/integration_helper.rb
selenium-connect-3.1.1 spec/support/integration_helper.rb
selenium-connect-3.1.0 spec/support/integration_helper.rb
selenium-connect-3.0.0 spec/support/integration_helper.rb