Skip to content

options

Namespace: Glutinum.Playwright.LocatorModule  Parent: Glutinum.Playwright.LocatorModule.filter

type options     new : has : Locator option -> hasNot : Locator option -> hasNotText : U2<string, RegExp> option -> hasText : U2<string, RegExp> option -> visible : bool option -> options     property has : Locator option with get     property visible : bool option with get     property hasNot : Locator option with get     property hasText : U2<string, RegExp> option with get     property hasNotText : U2<string, RegExp> option with get

Constructors

Properties