Table of Contents

Class FrameLocatorGetByPlaceholderOptions

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

Constructors

FrameLocatorGetByPlaceholderOptions()

public FrameLocatorGetByPlaceholderOptions()

FrameLocatorGetByPlaceholderOptions(FrameLocatorGetByPlaceholderOptions)

public FrameLocatorGetByPlaceholderOptions(FrameLocatorGetByPlaceholderOptions clone)

Parameters

clone FrameLocatorGetByPlaceholderOptions

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?