Files
openclaw/src/browser/pw-ai.ts
2026-01-12 08:55:02 +00:00

32 lines
745 B
TypeScript

export {
type BrowserConsoleMessage,
closePlaywrightBrowserConnection,
ensurePageState,
getPageForTargetId,
refLocator,
type WithSnapshotForAI,
} from "./pw-session.js";
export {
armDialogViaPlaywright,
armFileUploadViaPlaywright,
clickViaPlaywright,
closePageViaPlaywright,
dragViaPlaywright,
evaluateViaPlaywright,
fillFormViaPlaywright,
getConsoleMessagesViaPlaywright,
hoverViaPlaywright,
navigateViaPlaywright,
pdfViaPlaywright,
pressKeyViaPlaywright,
resizeViewportViaPlaywright,
selectOptionViaPlaywright,
setInputFilesViaPlaywright,
snapshotAiViaPlaywright,
snapshotRoleViaPlaywright,
takeScreenshotViaPlaywright,
typeViaPlaywright,
waitForViaPlaywright,
} from "./pw-tools-core.js";