options
Namespace: Glutinum.Playwright.PageModule Parent: Glutinum.Playwright.PageModule.locator
type options new : has : Locator option -> hasNot : Locator option -> hasNotText : U2<string, RegExp> option -> hasText : U2<string, RegExp> option -> options property has : Locator 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