Enum WaitForFunctionPollingOption
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
An interval at which the pageFunction is executed.
[JsonConverter(typeof(JsonStringEnumMemberConverter<WaitForFunctionPollingOption>))]
public enum WaitForFunctionPollingOption
Fields
Mutation = 1To execute
pageFunctionon every DOM mutation.Raf = 0To constantly execute
pageFunctioninrequestAnimationFramecallback. This is the tightest polling mode which is suitable to observe styling changes.