mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore(docs): document Frame class (#6188)
* chore: document Frame class
This commit is contained in:
13
new-docs/puppeteer.framewaitforfunctionoptions.timeout.md
Normal file
13
new-docs/puppeteer.framewaitforfunctionoptions.timeout.md
Normal file
@@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [FrameWaitForFunctionOptions](./puppeteer.framewaitforfunctionoptions.md) > [timeout](./puppeteer.framewaitforfunctionoptions.timeout.md)
|
||||
|
||||
## FrameWaitForFunctionOptions.timeout property
|
||||
|
||||
Maximum time to wait in milliseconds. Defaults to `30000` (30 seconds). Pass `0` to disable the timeout. Puppeteer's default timeout can be changed using [Page.setDefaultTimeout()](./puppeteer.page.setdefaulttimeout.md)<!-- -->.
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
timeout?: number;
|
||||
```
|
||||
Reference in New Issue
Block a user