Skip to content

Page

Namespace: Glutinum.Playwright  Parent: Glutinum.Playwright.global

type Page     abstract member addStyleTag : options : options option -> Promise<ElementHandle>     abstract member clearConsoleMessages : Promise<unit>     abstract member clearPageErrors : Promise<unit>     abstract member close : options : options option -> Promise<unit>     abstract member locator : selector : string -> options : options option -> Locator     abstract member pause : Promise<unit>     abstract member resume : Promise<unit>     abstract member setContent : html : string -> options : options option -> Promise<unit>

Methods