Close Page
Close Page
Section titled “Close Page”Type: page-close · Package: Browser v1.0.0
Closes a tab (page) of the browser, leaving the rest of the browser open. Used in conjunction with New Page: when you open additional tabs for a specific task, you close them with this activity when finished, so as not to accumulate tabs.
How it works
Section titled “How it works”Closes the indicated page session. Unlike Close Browser, it doesn’t close the entire browser — just that tab.
Required parameters
Section titled “Required parameters”Ninguno.
Optional parameters
Section titled “Optional parameters”| Parameter | Editor | Description |
|---|---|---|
page | session | The tab to close. Skip it to close the active page; or pass = otraPagina. |
Example
Section titled “Example”Open a secondary tab, use it, and close it:
Browser New Page session = = page url = "https://ayuda.cliente.com" → output: ayudaPage Get Text page = = ayuda selector = (.version) → output: versionClose Page page = = ayudaRelated activities
Section titled “Related activities”- New Page — open the tab that you then close.
- Close Browser — close the entire browser.