Table of Contents

Class TimeoutSettings

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Timeout settings.

public class TimeoutSettings
Inheritance
TimeoutSettings

Properties

NavigationTimeout

Navigation Timeout.

public int NavigationTimeout { get; set; }

Property Value

int

Timeout

Default timeout.

public int Timeout { get; set; }

Property Value

int