Skip to content

Commit

Permalink
Update src/common/JSHandle.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Johan Bay <jobay@google.com>
  • Loading branch information
OrKoN and johanbay committed Dec 8, 2021
1 parent 20db0b1 commit 56d3b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/JSHandle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ export class ElementHandle<
* i.e. have `display: none` or `visibility: hidden` CSS properties. Defaults to
* `false`.
*
* - `timeout`: maximum time to wait for in milliseconds. Defaults to `30000`
* - `timeout`: maximum time to wait in milliseconds. Defaults to `30000`
* (30 seconds). Pass `0` to disable timeout. The default value can be changed
* by using the {@link Page.setDefaultTimeout} method.
*/
Expand Down

0 comments on commit 56d3b08

Please sign in to comment.