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
| Name | Type | Description |
|---|---|---|
tabId | string | The ID of the tab. |
url | string | The URL of the page. |
title | string | The title of the page. |