Open a new browser tab
Create and open a new browser tab with the specified URL. This endpoint will navigate to the provided URL and return the new tab’s information including its assigned id, loaded title, final URL (after any redirects), and favicon. The returned tab id can be used for future operations on this specific tab. The browser will attempt to load the page and will wait for the DOM content to be loaded before returning the response. If the URL is invalid or unreachable, an error will be returned.
Documentation Index
Fetch the complete documentation index at: https://docs.gbox.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter your API Key in the format: Bearer . Get it from https://gbox.ai
Path Parameters
Box ID
"c9bdc193-b54b-4ddb-a035-5ac0c598d32d"
Body
URL to open in the new tab
Open tab
The tab url
"https://www.google.com"
Response
Successfully opened new tab
Browser tab
The tab id
"1"
The tab title
"Google"
The tab url
"https://www.google.com"
The tab favicon
"https://www.google.com/favicon.ico"
Whether the tab is the current active (frontmost) tab
true
Whether the tab is currently in a loading state.
The value is true while the browser is still navigating to the target URL or fetching sub-resources (i.e. document.readyState is not "complete"). It typically switches to false once the load event fires and all major network activity has settled.
false