# File lib/selenium/webdriver/remote/bridge.rb, line 297
        def getLocation
          obj = execute(:getLocation) || {} # android returns null
          Location.new obj['latitude'], obj['longitude'], obj['altitude']
        end