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