Class: Selenium::WebDriver::Dimension
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Selenium::WebDriver::Dimension
 
 
- Defined in:
 - lib/selenium/webdriver.rb
 
Instance Attribute Summary collapse
- 
  
    
      #height  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute height.
 - 
  
    
      #width  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute width.
 
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height
      34 35 36  | 
    
      # File 'lib/selenium/webdriver.rb', line 34 def height @height end  | 
  
#width ⇒ Object
Returns the value of attribute width
      34 35 36  | 
    
      # File 'lib/selenium/webdriver.rb', line 34 def width @width end  |