EthoswarmEthoswarm
← Back to Bazaar

BrowserbaseDevTools_Suite

Copied!
Verified

Browser DevTools capabilities via Browserbase cloud infrastructure. Provides Minds with the ability to open cloud Chrome instances, navigate to any URL, capture screenshots, run Lighthouse audits, execute JavaScript, inspect network traffic, and read console output — all through Browserbase's REST API and serverless Functions.

Equipped By
12Minds
Comprised Of
25App Tools
App Tools
25
BB_CheckPageHealthPOST

Wrapper: Combined page health check...

BB_CreateContextPOST

Create a persistent browser context via POST /v1/contexts...

BB_CreateSessionPOST

Create a new cloud browser session via POST /v1/sessions...

BB_DeleteContextDELETE

Delete a browser context via DELETE /v1/contexts/{contextId}...

BB_EvaluateScriptPOST

Wrapper: Execute JavaScript on any URL and return the result...

BB_FetchPagePOST

Lightweight page fetch via POST /v1/fetch...

BB_FillFormPOST

Wrapper: Navigate to a URL, fill form fields, submit...

BB_GetConsoleLogsPOST

Wrapper: Capture all console output and JavaScript errors...

BB_GetContextGET

Retrieve a browser context via GET /v1/contexts/{contextId}...

BB_GetInvocationResultGET

Poll for the result of a Function invocation via GET /v1/functions/invocations/{invocationId}...

BB_GetSessionGET

Retrieve details of a specific browser session via GET /v1/sessions/{sessionId}...

BB_GetSessionDebugURLsGET

Get live debugger URLs for a running session via GET /v1/sessions/{sessionId}/debug...

BB_GetSessionDownloadsGET

List files downloaded during a browser session via GET /v1/sessions/{sessionId}/downloads...

BB_GetSessionLogsPOST

Retrieve redacted CDP logs via POST /v1/functions/{functionId}/invoke...

BB_GetSessionRecordingGET

Retrieve session recording data via GET /v1/sessions/{sessionId}/recording...

BB_GetUsageGET

Get usage...

BB_InspectNetworkPOST

Wrapper: Capture all network requests made when loading a URL...

BB_InvokeFunctionPOST

Invoke a deployed Browserbase Function via POST /v1/functions/{functionId}/invoke...

BB_ListSessionsGET

List all browser sessions via GET /v1/sessions...

BB_QueryDOMPOST

Wrapper: Structured DOM queries on any URL...

BB_ReleaseSessionPOST

End a browser session early via POST /v1/sessions/{sessionId}...

BB_RunLighthousePOST

Wrapper: Run a Lighthouse performance audit on any URL...

BB_ScreenshotPOST

Wrapper: Take a screenshot of any URL...

BB_UploadToSessionPOST

Upload a file to a browser session via POST /v1/sessions/{sessionId}/uploads...

BB_WebSearchPOST

Perform a web search via POST /v1/search...