Get the full URL of the current page.
See also
Other global actions:
back(),
execute_js_fn(),
get_page_source(),
open_url(),
reload(),
scroll_to(),
take_screenshot()
Examples
session <- selenider_session()
open_url("https://r-project.org")
current_url()