Skip to main content
Glama
playwright.d.ts447 B
import { Page } from 'playwright'; import { PlaywrightConfig } from './types.js'; export declare class PlaywrightManager { private browser; private page; private config; constructor(config: PlaywrightConfig); connect(): Promise<void>; disconnect(): Promise<void>; getPage(): Page; isConnected(): Promise<boolean>; private cleanup; ensureConnected(): Promise<void>; } //# sourceMappingURL=playwright.d.ts.map

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/b3nw/playwright-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server