Package com.microsoft.playwright
Class Page.WaitForLoadStateOptions
- java.lang.Object
-
- com.microsoft.playwright.Page.WaitForLoadStateOptions
-
-
Constructor Summary
Constructors Constructor Description WaitForLoadStateOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Page.WaitForLoadStateOptions
withTimeout(Integer timeout)
-
-
-
Field Detail
-
timeout
public Integer timeout
Maximum operation time in milliseconds, defaults to 30 seconds, pass0
to disable timeout. The default value can be changed by using the browserContext.setDefaultNavigationTimeout(timeout), browserContext.setDefaultTimeout(timeout), page.setDefaultNavigationTimeout(timeout) or page.setDefaultTimeout(timeout) methods.
-
-
Method Detail
-
withTimeout
public Page.WaitForLoadStateOptions withTimeout(Integer timeout)
-
-