Sha256: 051c3d95b859138bb30175b50dda86b07344aef658b4f495df68ba959bee8595

Contents?: true

Size: 337 Bytes

Versions: 5

Compression:

Stored size: 337 Bytes

Contents

module PageObject
  module Platforms
    module Watir
      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-0.2.5 lib/page-object/platforms/watir/image.rb
page-object-0.2.4 lib/page-object/platforms/watir/image.rb
page-object-0.2.3 lib/page-object/platforms/watir/image.rb
page-object-0.2.2 lib/page-object/platforms/watir/image.rb
page-object-0.2.1 lib/page-object/platforms/watir/image.rb