Skip to content

Type Alias: Frame

ts
type Frame = PuppeteerFrame;

Defined in: packages/sdk/src/context/index.ts:37

Puppeteer frame within a page. Alias of the Puppeteer Frame type.

Matterway Assistant SDK Documentation