Package com.microsoft.playwright
Class Page.EvalOnSelectorOptions
- java.lang.Object
-
- com.microsoft.playwright.Page.EvalOnSelectorOptions
-
-
Constructor Summary
Constructors Constructor Description EvalOnSelectorOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Page.EvalOnSelectorOptionssetStrict(boolean strict)When true, the call requires selector to resolve to a single element.
-
-
-
Field Detail
-
strict
public Boolean 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.
-
-
Method Detail
-
setStrict
public Page.EvalOnSelectorOptions setStrict(boolean 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.
-
-