Interface: BrowserAdapter
Defined in: packages/uimatch-core/src/types/adapters.ts:148
Interface for browser automation adapters. Abstracts browser automation tools like Playwright, Puppeteer, etc.
Methods
captureTarget()
captureTarget(options): Promise<CaptureResult>;
Defined in: packages/uimatch-core/src/types/adapters.ts:154
Capture a screenshot and styles from a web page element.
Parameters
options
Capture configuration
Returns
Promise<CaptureResult>
Screenshot, styles, and bounding box