Skip to Content
SDKvibexBrowser

browser

Module: vibex/browser

BrowserAgent - Playwright-based browser automation agent

Classes

BrowserAgent

View source

Methods:

cleanup

View source
function cleanup(): void

getSystemPrompt

View source
function getSystemPrompt(context?: AgentContext): string

Parameters:

NameTypeDescription
contextAgentContext (optional)


Interfaces

BrowserAgentConfig

View source

Properties:

NameTypeDescription
headlessboolean(optional)
viewport\{ width: number; height: number \}(optional)