Sha256: e87cd1f122cb20c3e6c10072225828eb33bc591f70f32fe9c1744333b9f7b222

Contents?: true

Size: 534 Bytes

Versions: 4

Compression:

Stored size: 534 Bytes

Contents

module SeleniumObjects
  module Base
    # Base class for all selenium objects representing an application page
    class ApplicationPage < ::SeleniumRecord::NavigationItem
      private

      # @return [String] the locator for the inactive menu of the page
      def link_inactive_locator
        # Replace with: { locatorType: argument }
      end

      # @return [String] the locator for the active menu link of the page
      def link_active_locator
        # Replace with: { locatorType: argument }
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
seleniumrecord-0.0.4 lib/generators/selenium_record/templates/base/application_page.rb.erb
seleniumrecord-0.0.3 lib/generators/selenium_record/templates/base/application_page.rb.erb
seleniumrecord-0.0.2.revision lib/generators/selenium_record/templates/base/application_page.rb.erb
seleniumrecord-0.0.2 lib/generators/selenium_record/templates/base/application_page.rb.erb