The Chrome Browser category provides a comprehensive set of endpoints for interacting with and controlling Google Chrome browser instances. These endpoints enable automated browser navigation, tab management, DOM inspection, content extraction, element interaction, and JavaScript execution.
With the Chrome Browser API, you can build sophisticated web automation workflows, perform data extraction, test web applications, and create agents that can browse the web on behalf of users.
Opens Google Chrome and navigates to the specified URL.
View DetailsProvides detailed infos about current Chrome tab, incl. relevant HTML elements and reliable CSS selectors. Response can be passed to an LLM.
View DetailsNavigates the Chrome browser to the specified URL.
View DetailsOpens a new tab in the Chrome browser and navigates to the specified URL.
View DetailsSwitches to the specified tab in the Chrome browser.
View DetailsGets complete DOM of current page in the Chrome browser (for LLM processing, will be smartly shortened if too long).
View DetailsRetrieves the complete text content of the current page in the Chrome browser (for LLM processing, will be smartly shortened if too long).
View DetailsClicks an element in the Chrome browser identified by a CSS selector.
View DetailsSimulates text/number input into an element in the Chrome browser identified by a CSS selector.
View DetailsNavigates back to the previous page in the Chrome browser.
View DetailsExecutes JavaScript code in the Chrome browser to perform complex operations and extract data.
View Details