Junyan
6bc152ece0
chore: small refactor for screenshotTask ( #9451 )
2023-01-02 11:01:36 +01:00
Darío Kondratiuk
e3e9cc622a
fix(puppeteer-core): target interceptor is not async ( #9430 )
...
I found that the only call to `addTargetInterceptor` passes
`onAttachedToTarget` and is not async.
I also found a typo 🤓
2022-12-17 17:47:21 +00:00
Alex Rudenko
810e0cd74e
fix: remove oopif expectations and fix oopif flakiness ( #9375 )
...
With M109 the flakiness should be reduced. Any present flakiness should
be investigated.
Drive-by: a new debugging helper to debug on CI.
2022-12-09 11:36:39 +00:00
jrandolf
cb01c5c043
docs: remove comments on Page implementation ( #9325 )
...
This PR removes comments on CDPPage since they are redundant.
2022-11-24 13:10:29 +01:00
Guillaume Gomez
0a2d310e4e
docs: fix typo in Viewport fields ( #9293 )
...
The `deviceScalarFactor` field of `Viewport` is actually named
`deviceScaleFactor`.
2022-11-17 17:27:07 +01:00
Alex Rudenko
30c6b13eec
chore: re-export all exports ( #9241 )
...
Adds index files to subfolders and removes generation of types.ts in
puppeteer-core.
2022-11-10 17:11:18 +01:00
Alex Rudenko
e78a4e89c2
feat(chromium): roll to Chromium 108.0.5351.0 (r1056772) ( #9153 )
2022-10-25 12:55:19 +02:00
Alex Rudenko
a19b270018
chore: extract BrowserContext to its own file ( #9133 )
2022-10-19 07:06:31 +00: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
Egor Andreyuk
8f6b2c9b7c
fix: waitForRequest works with async predicate ( #9058 )
2022-10-05 20:46:34 +02:00
jrandolf
f42336cf83
feat: separate puppeteer and puppeteer-core ( #9023 )
...
This PR moves the puppeteer source code into separate mono-repo packages:
- `puppeteer` and `puppeteer-core` are now separated into their own
packages.
- `puppeteer-core` has a new exports called `puppeteer-core/internal`
for internal usage.
Tests and various tools have been updated to accommodate the migration.
2022-10-05 14:17:03 +02:00