Enum WaitUntilState
- Namespace
- Microsoft.Playwright
- Assembly
- Microsoft.Playwright.dll
public enum WaitUntilState
Fields
[EnumMember(Value = "commit")] Commit = 3
[EnumMember(Value = "domcontentloaded")] DOMContentLoaded = 1
[EnumMember(Value = "load")] Load = 0
[EnumMember(Value = "networkidle")] NetworkIdle = 2