Class: Selenium::WebDriver::Rectangle
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Selenium::WebDriver::Rectangle
 
 
- 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.
 - 
  
    
      #x  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute x.
 - 
  
    
      #y  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute y.
 
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height
      35 36 37  | 
    
      # File 'lib/selenium/webdriver.rb', line 35 def height @height end  | 
  
#width ⇒ Object
Returns the value of attribute width
      35 36 37  | 
    
      # File 'lib/selenium/webdriver.rb', line 35 def width @width end  | 
  
#x ⇒ Object
Returns the value of attribute x
      35 36 37  | 
    
      # File 'lib/selenium/webdriver.rb', line 35 def x @x end  | 
  
#y ⇒ Object
Returns the value of attribute y
      35 36 37  | 
    
      # File 'lib/selenium/webdriver.rb', line 35 def y @y end  |