Package com.microsoft.playwright
Class Page.WaitForRequestOptions
java.lang.Object
com.microsoft.playwright.Page.WaitForRequestOptions
- Enclosing interface:
Page
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetTimeout(double timeout) Maximum wait time in milliseconds, defaults to 30 seconds, pass0to disable the timeout.
-
Field Details
-
timeout
Maximum wait time in milliseconds, defaults to 30 seconds, pass0to disable the timeout. The default value can be changed by using thePage.setDefaultTimeout()method.
-
-
Constructor Details
-
WaitForRequestOptions
public WaitForRequestOptions()
-
-
Method Details
-
setTimeout
Maximum wait time in milliseconds, defaults to 30 seconds, pass0to disable the timeout. The default value can be changed by using thePage.setDefaultTimeout()method.
-