Class: Selenium::WebDriver::Location

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

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Object) altitude

Returns the value of attribute altitude

Returns:

  • (Object)

    the current value of altitude



15
16
17
# File 'rb/lib/selenium/webdriver.rb', line 15

def altitude
  @altitude
end

- (Object) latitude

Returns the value of attribute latitude

Returns:

  • (Object)

    the current value of latitude



15
16
17
# File 'rb/lib/selenium/webdriver.rb', line 15

def latitude
  @latitude
end

- (Object) longitude

Returns the value of attribute longitude

Returns:

  • (Object)

    the current value of longitude



15
16
17
# File 'rb/lib/selenium/webdriver.rb', line 15

def longitude
  @longitude
end