0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
jrandolf
f07ad2c661
fix: update documentation on configuring puppeteer ()
This PR updates the docs regarding configuring puppeteer. In addition,
some changes have been made to the documentation generator to show
default values on the documentation site.

Also fixes: https://github.com/puppeteer/puppeteer/pull/9144
2022-10-24 09:07:05 +02:00
jrandolf
87c08fd86a
fix!: remove puppeteer.devices in favor of KnownDevices ()
This PR removes the deprecated `puppeteer.devices` in favor of a new
exported object `KnownDevices`. `devices` can also be exported, but has
been deprecated.
2022-10-10 15:30:12 +02:00
jrandolf
41d0122b94 fix!: deprecate indirect network condition imports () 2022-10-06 23:52:58 +02:00
Alex Rudenko
31e7b608d5
chore: implement basic evaluate in BiDi ()
Only the basic return values are supported.
The follow-up PRs will re-use the shared code
from the ExecutionContext and introduce Frame
in BiDi.
2022-09-21 08:10:50 +02:00
Guillaume Gomez
32400954c5
fix: add Page.getDefaultTimeout getter ()
Closes 
2022-09-05 17:43:39 +00:00
jrandolf
6b4a99fcfa
chore: migrate addStyleTag ()
* chore: remove unnecessary type signature

* chore: fix tests

* chore: migrate `addStyleTag`

* chore: fix tests

* chore: fix tests
2022-09-01 17:52:08 +02:00
jrandolf
8f612d5ff8
fix: deprecate waitForTimeout () 2022-08-16 08:24:25 +02:00
jrandolf
b4176029d9
chore: update dependencies ()
* chore: update dependencies
2022-08-11 07:55:02 +02:00
jrandolf
d6a88a9768
chore: refactor FrameManager and fix docs () 2022-08-10 23:34:29 +02:00
Alex Rudenko
6934b94f23
docs: introduce the Guides section + restore req interception docs ()
Closes 
2022-08-09 12:01:23 +00:00
jrandolf
5ff205dc8b
fix: extends ElementHandle to Nodes ()
* fix: extends `ElementHandle` to `Node`s ()
2022-07-06 09:05:37 +02:00
jrandolf
b5a345b06b
chore: format docs () 2022-07-05 15:41:43 +02:00
jrandolf
45eb2c607f
chore: remove docusaurus metadata from README.md () 2022-07-05 14:42:31 +02:00
jrandolf
066f440ba7
feat: add documentation () 2022-07-01 11:52:39 +00:00