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
DOMContentLoaded
event is fired.Consider navigation to be finished when the
load
event is fired.Consider navigation to be finished when there are no more than 0 network connections for at least
500
ms.Consider navigation to be finished when there are no more than 2 network connections for at least
500
ms.