View source: R/global_actions.R
current_url | R Documentation |
Get the full URL of the current page.
current_url(session = NULL)
session |
Optionally, a |
A string: the current URL.
Other global actions:
back()
,
execute_js_fn()
,
get_page_source()
,
open_url()
,
reload()
,
scroll_to()
,
take_screenshot()
session <- selenider_session()
open_url("https://r-project.org")
current_url()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.