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



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

def altitude
  @altitude
end

#latitudeObject

Returns the value of attribute latitude

Returns:

  • (Object)

    the current value of latitude



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

def latitude
  @latitude
end

#longitudeObject

Returns the value of attribute longitude

Returns:

  • (Object)

    the current value of longitude



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

def longitude
  @longitude
end