Sha256: 6ee65d248641cdf7ec60674ed9d746b1fd052be9a9f16221aaf4e7c538518344

Contents?: true

Size: 317 Bytes

Versions: 1

Compression:

Stored size: 317 Bytes

Contents

module PageObject
  module Platforms
    module SeleniumButton
      #
      # Override PageObject::PLatforms::SeleniumElement#text because
      # #text does not reliabably return a value in Selenium
      #
      def text
        raise "value not available on link element with Selenium"
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
page-object-0.0.3 lib/page-object/platforms/selenium_button.rb