Modifier and Type | Field and Description |
---|---|
Boolean |
force
Whether to bypass the actionability checks.
|
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 |
---|
FillOptions() |
Modifier and Type | Method and Description |
---|---|
Locator.FillOptions |
setForce(boolean force)
Whether to bypass the actionability checks.
|
Locator.FillOptions |
setNoWaitAfter(boolean noWaitAfter)
Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.
|
Locator.FillOptions |
setTimeout(double timeout)
Maximum time in milliseconds, defaults to 30 seconds, pass
0 to disable timeout. |
public Boolean force
false
.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 Locator.FillOptions setForce(boolean force)
false
.public Locator.FillOptions setNoWaitAfter(boolean noWaitAfter)
false
.public Locator.FillOptions setTimeout(double timeout)
0
to disable timeout. The default value can be changed by
using the BrowserContext.setDefaultTimeout()
or Page.setDefaultTimeout()
methods.Copyright © 2021. All rights reserved.