Method: Selenium::Client::GeneratedDriver#get_location

Defined in:
lib/selenium/client/legacy_driver.rb

#get_locationObject

Gets the absolute URL of the current page.

[View source]

904
905
906
# File 'lib/selenium/client/legacy_driver.rb', line 904

def get_location()
    return string_command("getLocation", [])
end