Skip to content

get_page_info

Retrieve the information of the current browser page. The retrieved information includes the URL and title so far.

Arguments

Name Type Description
tab string The ID of the tab to return the information for. If not provided, the active tab will be used.

Output

NameTypeDescription
tabIdstringThe ID of the tab.
urlstringThe URL of the page.
titlestringThe title of the page.