Class FrameGetByLabelOptions
- Namespace
- Microsoft.Playwright
- Assembly
- Microsoft.Playwright.dll
public class FrameGetByLabelOptions
- Inheritance
-
FrameGetByLabelOptions
- Inherited Members
Constructors
FrameGetByLabelOptions()
public FrameGetByLabelOptions()
FrameGetByLabelOptions(FrameGetByLabelOptions)
public FrameGetByLabelOptions(FrameGetByLabelOptions clone)
Parameters
clone
FrameGetByLabelOptions
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?