Table of Contents

Class PageGetByAltTextOptions

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

Constructors

PageGetByAltTextOptions()

public PageGetByAltTextOptions()

PageGetByAltTextOptions(PageGetByAltTextOptions)

public PageGetByAltTextOptions(PageGetByAltTextOptions clone)

Parameters

clone PageGetByAltTextOptions

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?