Modifier and Type | Field and Description |
---|---|
Boolean |
noWaitAfter
Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.
|
Boolean |
strict
When true, the call requires selector to resolve to a single element.
|
Double |
timeout
Maximum time in milliseconds, defaults to 30 seconds, pass
0 to disable timeout. |
Constructor and Description |
---|
SetInputFilesOptions() |
Modifier and Type | Method and Description |
---|---|
Page.SetInputFilesOptions |
setNoWaitAfter(boolean noWaitAfter)
Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.
|
Page.SetInputFilesOptions |
setStrict(boolean strict)
When true, the call requires selector to resolve to a single element.
|
Page.SetInputFilesOptions |
setTimeout(double timeout)
Maximum time in milliseconds, defaults to 30 seconds, pass
0 to disable timeout. |
public Boolean noWaitAfter
false
.public Boolean strict
public Double timeout
0
to disable timeout. The default value can be changed by
using the BrowserContext.setDefaultTimeout()
or Page.setDefaultTimeout()
methods.public Page.SetInputFilesOptions setNoWaitAfter(boolean noWaitAfter)
false
.public Page.SetInputFilesOptions setStrict(boolean strict)
public Page.SetInputFilesOptions setTimeout(double timeout)
0
to disable timeout. The default value can be changed by
using the BrowserContext.setDefaultTimeout()
or Page.setDefaultTimeout()
methods.Copyright © 2022. All rights reserved.