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



32
33
34
# File 'lib/selenium/webdriver.rb', line 32

def altitude
  @altitude
end

#latitudeObject

Returns the value of attribute latitude

Returns:

  • (Object)

    the current value of latitude



32
33
34
# File 'lib/selenium/webdriver.rb', line 32

def latitude
  @latitude
end

#longitudeObject

Returns the value of attribute longitude

Returns:

  • (Object)

    the current value of longitude



32
33
34
# File 'lib/selenium/webdriver.rb', line 32

def longitude
  @longitude
end