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

17 Commits

Author SHA1 Message Date
jrandolf
a1b1bffb72
fix: remove explicit resource management from types () 2023-09-15 17:07:05 +02:00
jrandolf
c949656a43
chore: use @typescript-eslint/consistent-type-imports () 2023-09-15 13:00:20 +02:00
jrandolf
9b6f1de8b9
feat: implement typed events () 2023-09-13 15:47:55 +02:00
jrandolf
c67141f3ae
chore: implement Disposable/AsyncDisposable on Page and Browser () 2023-08-30 13:10:06 +02:00
Alex Rudenko
996d53fc65
chore: support targets for bidi () 2023-07-24 12:23:39 +02:00
Alex Rudenko
0e60ce4cec
refactor: move Target to api () 2023-07-21 09:04:14 +02:00
Alex Rudenko
44712d1e6e
refactor!: use Target for filters () 2023-07-20 16:18:00 +02:00
Alex Rudenko
6f31c52217
docs: update gpu docs () 2023-07-17 12:13:13 +00:00
Nikolay Vitkov
c06e15fb5b
fix: added clipboard permission that was not exposed () 2023-06-19 08:53:54 +00:00
Alex Rudenko
90a9de7257
chore: implement default context and newPage/pages () 2023-06-16 15:27:31 +02:00
Alex Rudenko
903afc3715
chore: implement acceptInsecureCerts and version for BiDi () 2023-06-13 10:17:23 +02:00
Alex Rudenko
df4d60c187
feat!: switch to Chrome for Testing instead of Chromium ()
Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com>
2023-05-02 08:53:40 +02:00
Nikolay Vitkov
e0eef01f1c
docs: use code block for single values () 2023-03-29 15:27:29 +02:00
Nikolay Vitkov
eefe9583d0
chore: Add EsLint rule import/order () 2023-02-15 15:09:31 -08:00
Alex Rudenko
1668d47b2f
docs: various doc improvements ()
See commits for details.

Closes , , , , , , , , 
2022-12-09 13:57:39 +01:00
Alex Rudenko
a19b270018
chore: extract BrowserContext to its own file () 2022-10-19 07:06:31 +00:00
jrandolf
f42336cf83
feat: separate puppeteer and puppeteer-core ()
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