Class ElementHandleSelectTextOptions
- Namespace
- Microsoft.Playwright
- Assembly
- Microsoft.Playwright.dll
public class ElementHandleSelectTextOptions
- Inheritance
-
ElementHandleSelectTextOptions
- Inherited Members
Constructors
ElementHandleSelectTextOptions()
public ElementHandleSelectTextOptions()
ElementHandleSelectTextOptions(ElementHandleSelectTextOptions)
public ElementHandleSelectTextOptions(ElementHandleSelectTextOptions clone)
Parameters
Properties
Force
Whether to bypass the actionability
checks. Defaults to false
.
[JsonPropertyName("force")]
public bool? Force { get; set; }
Property Value
- bool?
Timeout
Maximum time in milliseconds. Defaults to 30000
(30 seconds). Pass 0
to disable timeout. The default value can be changed by using the SetDefaultTimeout(float)
or SetDefaultTimeout(float) methods.
[JsonPropertyName("timeout")]
public float? Timeout { get; set; }