Method: Selenium::Client::GeneratedDriver#get_location
- Defined in:
- lib/selenium/client/legacy_driver.rb
permalink #get_location ⇒ Object
Gets the absolute URL of the current page.
904 905 906 |
# File 'lib/selenium/client/legacy_driver.rb', line 904 def get_location() return string_command("getLocation", []) end |