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