Class WaitForFunctionOptions
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
Optional waiting parameters.
public class WaitForFunctionOptions : WaitForOptions
- Inheritance
-
WaitForFunctionOptions
Properties
Polling
An interval at which the pageFunction
is executed. defaults to Raf.
public WaitForFunctionPollingOption Polling { get; set; }
Property Value
PollingInterval
An interval at which the pageFunction
is executed. If no value is specified will use Polling.
public int? PollingInterval { get; set; }
Property Value
- int?