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

170 Commits

Author SHA1 Message Date
Alex Rudenko
86a2d1dd3b
feat: initial release of browsers () () 2023-02-22 11:23:04 +01:00
Paul Irish
81bf443789
chore: DRY up mouse.click() () 2023-02-21 20:50:43 +00:00
Nikolay Vitkov
9910aae2f7
chore: Fix BiDi session.status Param type () 2023-02-21 19:16:07 +00:00
Alex Rudenko
dcd6a3e1da
chore: rename revision to buildId () 2023-02-21 17:15:49 +01:00
Alex Rudenko
e3d8524738
chore: allow downloading the latest Chrome version () 2023-02-21 15:19:06 +01:00
jrandolf
84845e4901
chore: implement operations () 2023-02-21 11:12:27 +01:00
Alex Rudenko
f1b337e78b
chore: resolve Firefox revisions for the latest keyword () 2023-02-21 08:27:02 +01:00
release-please[bot]
e0330d82bd
chore: release main ()
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-02-20 18:30:51 +01:00
Alex Rudenko
c3d98e6a45
test: add fetch tests with a proxy server () 2023-02-20 15:38:59 +00:00
Nikolay Vitkov
9b54365df5
chore: Add Page.Console event to BiDi () 2023-02-20 13:00:29 +01:00
Alex Rudenko
82916c102b
fix: bump chromium-bidi to a version that does not declare mitt as a peer dependency () 2023-02-17 14:14:52 +01:00
dependabot[bot]
2aed222983
chore(deps): Bump @angular-devkit/schematics from 15.1.5 to 15.1.6 ()
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-17 06:35:12 +00:00
dependabot[bot]
0ccef7a204
chore(deps): Bump yargs from 17.6.2 to 17.7.0 ()
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-17 06:15:30 +00:00
Alex Rudenko
5e81c5b7ee
chore: implement launch command ()
Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com>
2023-02-17 07:11:50 +01:00
dependabot[bot]
b146287380
chore(deps): Bump @angular-devkit/architect from 0.1501.5 to 0.1501.6 ()
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-16 10:31:08 +00:00
dependabot[bot]
5a1481038d
chore(deps): Bump @angular-devkit/core from 15.1.5 to 15.1.6 ()
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-16 11:27:29 +01:00
Nikolay Vitkov
eefe9583d0
chore: Add EsLint rule import/order () 2023-02-15 15:09:31 -08:00
release-please[bot]
e8e18ae081
chore: release main ()
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-02-15 12:43:41 -08:00
Alex Rudenko
0b27cbe86d
refactor: unify working with the cache folder structure () 2023-02-15 19:41:22 +00:00
jrandolf
cfb60d01a8
refactor: remove obsolete wait task binding code () 2023-02-15 10:57:24 -08:00
jrandolf
2b3cf3ace9
chore: implement P queries () 2023-02-15 10:42:32 -08:00
jrandolf
e8f25e403f
refactor: custom query handlers and global bindings () 2023-02-15 07:33:18 -08:00
Nikolay Vitkov
0c85c0611c
chore: Implement JSHandle for BiDi () 2023-02-15 10:29:18 +00:00
jrandolf
56f99f7b10
refactor: migrate to iterator-based query handlers () 2023-02-14 13:31:30 -08:00
jrandolf
023c2dcdbc
refactor: implement reverse argument binding () 2023-02-14 07:54:44 -08:00
Alex Rudenko
6e428edb9d
chore: add a basic CLI for fetching the browsers () 2023-02-14 16:30:41 +01:00
Alex Rudenko
c6054ac1a5
fix: make chromium-bidi an opt peer dep () 2023-02-14 09:04:54 +00:00
jrandolf
eb138635d6
fix: fix circularity on JSHandle interface () 2023-02-13 11:25:07 -08:00
jrandolf
d2b46d583c
chore: fix package.json generation () 2023-02-13 11:01:30 -08:00
jrandolf
b53838682f
chore: cleanup wireit scripts () 2023-02-13 10:22:43 -08:00
Alex Rudenko
5c54d399bb
chore: exec path for browsers () 2023-02-13 16:10:54 +01:00
jrandolf
78a302174e
chore: use wireit from workspace scripts () 2023-02-13 06:50:44 -08:00
Alex Rudenko
b50e43bc17
chore: introduce @puppeteer/browsers with a fetch method implementation ()
Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com>
2023-02-13 11:49:50 +01:00
release-please[bot]
8054bac046
chore: release main ()
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-02-13 11:16:54 +01:00
Alex Rudenko
df59d010c2
feat(chromium): roll to Chromium 111.0.5556.0 (r1095492) () 2023-02-13 09:46:01 +00:00
jrandolf
558a8e2999
chore: fix npm scripts () 2023-02-10 17:57:17 +00:00
dependabot[bot]
54885be1de
chore(deps): Bump @angular-devkit/architect from 0.1501.4 to 0.1501.5 ()
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-10 11:50:30 +00:00
Nikolay Vitkov
b8ea891ab8
chore: Extract JSHandle to API () 2023-02-09 18:04:06 +01:00
dependabot[bot]
7ce26f5b89
chore(deps): Bump @angular-devkit/schematics from 15.1.4 to 15.1.5 ()
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-09 16:10:18 +01:00
dependabot[bot]
94a462b2cf
chore(deps): Bump @angular-devkit/core from 15.1.4 to 15.1.5 ()
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com>
2023-02-09 15:32:22 +01:00
Rafael Martins
ddb0cc174d
fix: page.goto error throwing on 40x/50x responses with an empty body () ()
Co-authored-by: Alex Rudenko <OrKoN@users.noreply.github.com>
2023-02-06 09:40:51 +00:00
Nikolay Vitkov
9b11b6a4e0
chore: Add BiDi serialization for RegExp and Date () 2023-02-03 12:32:26 +00:00
charlieinitialdigital
c8bb11adfc
feat: add touchstart, touchmove and touchend methods () 2023-02-03 10:59:21 +00:00
jrandolf
6e226bcc22
chore: set supported typescript range () 2023-02-03 07:56:10 +00:00
dependabot[bot]
ff94538ffb
chore(deps): Bump @angular-devkit/architect from 0.1501.3 to 0.1501.4 ()
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-03 07:40:31 +01:00
Nikolay Vitkov
abcc1756dd
chore: Add BiDi Page.evaluate () 2023-02-02 15:14:28 +01:00
Nikolay Vitkov
3a867919a8
chore: Remove Rollup dts plugin () 2023-02-02 11:17:28 +01:00
dependabot[bot]
dac495a1a1
chore(deps): Bump @angular-devkit/schematics from 15.1.3 to 15.1.4 ()
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-02 08:17:56 +00:00
dependabot[bot]
6cbeaac88a
chore(deps): Bump @angular-devkit/core from 15.1.3 to 15.1.4 ()
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-02 08:09:17 +00:00
Rafael-Martins
f12f27e1eb
docs: clarify the waitForXPath return type () () 2023-02-01 15:23:32 +00:00