Table of Contents

Class FrameLocatorGetByAltTextOptions

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

Constructors

FrameLocatorGetByAltTextOptions()

public FrameLocatorGetByAltTextOptions()

FrameLocatorGetByAltTextOptions(FrameLocatorGetByAltTextOptions)

public FrameLocatorGetByAltTextOptions(FrameLocatorGetByAltTextOptions clone)

Parameters

clone FrameLocatorGetByAltTextOptions

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?