mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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;
}