Sha256: 10b8cfcd311fffd67b1eaeef7d18e932c6406d38aba34833987088160c406198

Contents?: true

Size: 662 Bytes

Versions: 3

Compression:

Stored size: 662 Bytes

Contents

# To change this template, choose Tools | Templates
# and open the template in the editor.

require 'oats/keywords'
require 'net/imap'
#require 'openssl'
#require 'nokogiri'

class SampleXlLists < Oats::Keywords

  # Maps entries to be accessed by 'locator' function for Proactiv
  self::LOCATOR_MAP = {
    'url' =>	"url_locator"
  }

  class << self

    def action1
      data = oats_data
      data.delete('keywords')
      Oats.info "Data:" + data.inspect
    end

    def action2
      action1
    end

    # Invoke the AUT (Application Under Test)
    def invokeApplication
      Oats.browser(oats_data['URL']);
      wait_and_text()
    end


  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
oats-0.0.3 oats_tests/lib/sample_xl_lists.rb
oats-0.0.2 oats_tests/lib/sample_xl_lists.rb
oats-0.0.1 oats_tests/lib/sample_xl_lists.rb