| Modifier and Type | Field and Description |
|---|---|
Double |
delay
Time to wait between key presses in milliseconds.
|
Boolean |
noWaitAfter
Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.
|
Double |
timeout
Maximum time in milliseconds, defaults to 30 seconds, pass
0 to disable timeout. |
| Constructor and Description |
|---|
TypeOptions() |
| Modifier and Type | Method and Description |
|---|---|
Frame.TypeOptions |
setDelay(double delay) |
Frame.TypeOptions |
setNoWaitAfter(boolean noWaitAfter) |
Frame.TypeOptions |
setTimeout(double timeout) |
public Double delay
public Boolean noWaitAfter
false.public Double timeout
0 to disable timeout. The default value can be changed by
using the BrowserContext.setDefaultTimeout() or Page.setDefaultTimeout() methods.public Frame.TypeOptions setDelay(double delay)
public Frame.TypeOptions setNoWaitAfter(boolean noWaitAfter)
public Frame.TypeOptions setTimeout(double timeout)
Copyright © 2021. All rights reserved.