Class: Selenium::WebDriver::Point

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

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Object) x

Returns the value of attribute x

Returns:

  • (Object)

    the current value of x



13
14
15
# File 'rb/lib/selenium/webdriver.rb', line 13

def x
  @x
end

- (Object) y

Returns the value of attribute y

Returns:

  • (Object)

    the current value of y



13
14
15
# File 'rb/lib/selenium/webdriver.rb', line 13

def y
  @y
end