Class: Selenium::WebDriver::Location

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

Instance Attribute Summary collapse

Instance Attribute Details

#altitudeObject

Returns the value of attribute altitude

Returns:

  • (Object)

    the current value of altitude



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

def altitude
  @altitude
end

#latitudeObject

Returns the value of attribute latitude

Returns:

  • (Object)

    the current value of latitude



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

def latitude
  @latitude
end

#longitudeObject

Returns the value of attribute longitude

Returns:

  • (Object)

    the current value of longitude



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

def longitude
  @longitude
end