Table of Contents

Enum WaitUntilNavigation

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Wait until navigation.

public enum WaitUntilNavigation

Fields

DOMContentLoaded = 1

Consider navigation to be finished when the DOMContentLoaded event is fired.

Load = 0

Consider navigation to be finished when the load event is fired.

Networkidle0 = 2

Consider navigation to be finished when there are no more than 0 network connections for at least 500 ms.

Networkidle2 = 3

Consider navigation to be finished when there are no more than 2 network connections for at least 500 ms.