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