e2d9858b38
* chore(main): release 17.0.0 * chore: generate versioned docs Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
366 B
366 B
sidebar_label |
---|
WaitForSelectorOptions.timeout |
WaitForSelectorOptions.timeout property
Maximum time to wait in milliseconds. Pass 0
to disable timeout.
The default value can be changed by using Page.setDefaultTimeout()
Signature:
interface WaitForSelectorOptions {
timeout?: number;
}