Enum WaitUntilNavigation
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
Wait until navigation.
[JsonConverter(typeof(JsonStringEnumMemberConverter<WaitUntilNavigation>))]
public enum WaitUntilNavigation
Fields
Consider navigation to be finished when the
DOMContentLoadedevent is fired.Consider navigation to be finished when the
loadevent is fired.Consider navigation to be finished when there are no more than 0 network connections for at least
500ms.Consider navigation to be finished when there are no more than 2 network connections for at least
500ms.