Table of Contents

Class PageGetByLabelOptions

Namespace
Microsoft.Playwright
Assembly
Microsoft.Playwright.dll
public class PageGetByLabelOptions
Inheritance
PageGetByLabelOptions
Inherited Members

Constructors

PageGetByLabelOptions()

public PageGetByLabelOptions()

PageGetByLabelOptions(PageGetByLabelOptions)

public PageGetByLabelOptions(PageGetByLabelOptions clone)

Parameters

clone PageGetByLabelOptions

Properties

Exact

Whether to find an exact match: case-sensitive and whole-string. Default to false. Ignored when locating by a regular expression. Note that exact match still trims whitespace.

[JsonPropertyName("exact")]
public bool? Exact { get; set; }

Property Value

bool?