Package com.microsoft.playwright
Class ElementHandle.WaitForElementStateOptions
java.lang.Object
com.microsoft.playwright.ElementHandle.WaitForElementStateOptions
- Enclosing interface:
ElementHandle
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
timeout
Maximum time in milliseconds. Defaults to30000(30 seconds). Pass0to disable timeout. The default value can be changed by using theBrowserContext.setDefaultTimeout()orPage.setDefaultTimeout()methods.
-
-
Constructor Details
-
WaitForElementStateOptions
public WaitForElementStateOptions()
-
-
Method Details
-
setTimeout
Maximum time in milliseconds. Defaults to30000(30 seconds). Pass0to disable timeout. The default value can be changed by using theBrowserContext.setDefaultTimeout()orPage.setDefaultTimeout()methods.
-