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