Sha256: f593c8295ad367ac158a89a14d921fcd3bd494cc5b3482aba59b6c517dbcb458

Contents?: true

Size: 369 Bytes

Versions: 5

Compression:

Stored size: 369 Bytes

Contents

module PageObject
  module Platforms
    module LdsWatirWebDriver
      module Image

        #
        # Return the width of the image.
        #
        def width
          element.width
        end

        #
        # Return the height of the image
        #
        def height
          element.height
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
page-object-lds-0.0.14 lib/page-object/platforms/lds_watir_webdriver/image.rb
page-object-lds-0.0.13 lib/page-object/platforms/lds_watir_webdriver/image.rb
page-object-lds-0.0.12 lib/page-object/platforms/lds_watir_webdriver/image.rb
page-object-lds-0.0.11 lib/page-object/platforms/lds_watir_webdriver/image.rb
page-object-lds-0.0.1 lib/page-object/platforms/lds_watir_webdriver/image.rb