Table of Contents

Class WaitForNetworkIdleOptions

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Optional waiting parameters.

public class WaitForNetworkIdleOptions : WaitForOptions
Inheritance
WaitForNetworkIdleOptions

Properties

IdleTime

How long to wait for no network requests in milliseconds, defaults to 500 milliseconds.

public int? IdleTime { get; set; }

Property Value

int?

See Also