[フレーム]

Class: Selenium::WebDriver::Dimension

Inherits:
Struct
  • Object
  • Struct
  • Selenium::WebDriver::Dimension
show all
Defined in:
lib/selenium/webdriver.rb

Instance Attribute Summary collapse

Instance Attribute Details

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height

57
58
59
# File 'lib/selenium/webdriver.rb', line 57
def height
 @height
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width

57
58
59
# File 'lib/selenium/webdriver.rb', line 57
def width
 @width
end

AltStyle によって変換されたページ (->オリジナル) /