jrandolf
1847704789
fix!: refactor custom query handler API ( #9078 )
...
This PR removes the deprecated query selector API from the `puppeteer`
instance. Direct imports of the query selector API have also been
deprecated and users are now expected to use the static methods defined
on `Puppeteer`.
2022-10-10 16:01:09 +02:00
jrandolf
87c08fd86a
fix!: remove puppeteer.devices
in favor of KnownDevices
( #9075 )
...
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 ( #9074 )
2022-10-06 23:52:58 +02:00
jrandolf
9f4f43a28b
fix!: deprecate indirect error imports ( #9072 )
2022-10-06 23:52:51 +02:00
jrandolf
2f33237d04
fix!: internalize execution context ( #8844 )
2022-08-25 17:02:44 +02:00
jrandolf
b5da718e2e
fix: deprecate ExecutionContext
( #8792 )
2022-08-16 08:22:45 +02:00
jrandolf
a238f5758d
chore: refactor JSHandle and ExecutionContext ( #8773 )
2022-08-11 11:45:35 +02:00
jrandolf
d6a88a9768
chore: refactor FrameManager and fix docs ( #8770 )
2022-08-10 23:34:29 +02:00
jrandolf
5cf9b4de8d
feat: use an xpath
query handler ( #8730 )
2022-08-04 15:45:21 +02:00
jrandolf
5ff205dc8b
fix: extends ElementHandle
to Node
s ( #8552 )
...
* fix: extends `ElementHandle` to `Node`s (#8552 )
2022-07-06 09:05:37 +02:00
jrandolf
b5a345b06b
chore: format docs ( #8629 )
2022-07-05 15:41:43 +02:00
jrandolf
45eb2c607f
chore: remove docusaurus metadata from README.md ( #8624 )
2022-07-05 14:42:31 +02:00
jrandolf
066f440ba7
feat: add documentation ( #8593 )
2022-07-01 11:52:39 +00:00