Modifier and Type | Field and Description |
---|---|
Double |
timeout
Maximum time in milliseconds, defaults to 30 seconds, pass
0 to disable timeout. |
Constructor and Description |
---|
TextContentOptions() |
Modifier and Type | Method and Description |
---|---|
Page.TextContentOptions |
withTimeout(double timeout) |
public Double timeout
0
to disable timeout. The default value can be changed by
using the [method: BrowserContext.setDefaultTimeout
] or [method: Page.setDefaultTimeout
] methods.public Page.TextContentOptions withTimeout(double timeout)
Copyright © 2021. All rights reserved.