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 DOMContentLoaded event is fired

Load

Consider navigation to be finished when the load event is fired

Networkidle0

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

Networkidle2

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

  • Request doc improvement
  • View Source
Generated by DocFX

www.hardkoded.com

Back to top