Table of Contents

Class PageEvalOnSelectorOptions

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

Constructors

PageEvalOnSelectorOptions()

public PageEvalOnSelectorOptions()

PageEvalOnSelectorOptions(PageEvalOnSelectorOptions)

public PageEvalOnSelectorOptions(PageEvalOnSelectorOptions clone)

Parameters

clone PageEvalOnSelectorOptions

Properties

Strict

When true, the call requires selector to resolve to a single element. If given selector resolves to more than one element, the call throws an exception.

[JsonPropertyName("strict")]
public bool? Strict { get; set; }

Property Value

bool?