Enum WaitUntilNavigation
Wait until navigation.
Namespace: PuppeteerSharp
Assembly: PuppeteerSharp.dll
Syntax
public enum WaitUntilNavigation : int
Fields
Name | Description |
---|---|
DOMContentLoaded | Consider navigation to be finished when the |
Load | Consider navigation to be finished when the |
Networkidle0 | Consider navigation to be finished when there are no more than 0 network connections for at least |
Networkidle2 | Consider navigation to be finished when there are no more than 2 network connections for at least |