# File lib/selenium/webdriver/remote/bridge.rb, line 302 def setLocation(lat, lon, alt) loc = {:latitude => lat, :longitude => lon, :altitude => alt} execute :setLocation, {}, :location => loc end