Commit Graph

4774 Commits

Author SHA1 Message Date
Darío Kondratiuk
ef8c4c808a
chore: remove frame name expectations (#12282) 2024-04-17 09:02:11 +02:00
Alex Rudenko
8fa52a50bd
feat(webdriver): support Network interception (#12279) 2024-04-16 14:39:27 +02:00
Alex Rudenko
e75ec2b016
Revert " feat(webdriver): support Network interception" (#12278) 2024-04-16 13:18:57 +02:00
Alex Rudenko
1208359ac3
feat(webdriver): support Network interception (#12276) 2024-04-16 09:47:52 +00:00
release-please[bot]
e0932e5cce
chore: release main (#12274)
🤖 I have created a release *beep* *boop*
---


<details><summary>browsers: 2.2.2</summary>

##
[2.2.2](https://github.com/puppeteer/puppeteer/compare/browsers-v2.2.1...browsers-v2.2.2)
(2024-04-15)


### Bug Fixes

* remove NetworkServiceInProcess2 set by default
([#12261](https://github.com/puppeteer/puppeteer/issues/12261))
([ff4f70f](ff4f70f4ae)),
closes [#12257](https://github.com/puppeteer/puppeteer/issues/12257)
</details>

<details><summary>puppeteer: 22.6.5</summary>

##
[22.6.5](https://github.com/puppeteer/puppeteer/compare/puppeteer-v22.6.4...puppeteer-v22.6.5)
(2024-04-15)


### Miscellaneous Chores

* **puppeteer:** Synchronize puppeteer versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * puppeteer-core bumped from 22.6.4 to 22.6.5
    * @puppeteer/browsers bumped from 2.2.1 to 2.2.2
</details>

<details><summary>puppeteer-core: 22.6.5</summary>

##
[22.6.5](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v22.6.4...puppeteer-core-v22.6.5)
(2024-04-15)


### Bug Fixes

* remove NetworkServiceInProcess2 set by default
([#12261](https://github.com/puppeteer/puppeteer/issues/12261))
([ff4f70f](ff4f70f4ae)),
closes [#12257](https://github.com/puppeteer/puppeteer/issues/12257)
* use setImmediate to reduce flakiness when processing events
([#12264](https://github.com/puppeteer/puppeteer/issues/12264))
([73403b3](73403b323e))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @puppeteer/browsers bumped from 2.2.1 to 2.2.2
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2024-04-15 07:06:55 +00:00
Nikolay Vitkov
5116a33d2c
docs: remove TOC in main page (#12270) 2024-04-15 06:23:56 +00:00
Nikolay Vitkov
140f012b51
chore(webdriver): support page.setExtraHTTPHeaders (#12269)
Will create a separate PR that changes the docs and marked as `feat`.

---------

Co-authored-by: Alex Rudenko <OrKoN@users.noreply.github.com>
2024-04-12 17:32:26 +02:00
Nikolay Vitkov
f00dca4129
chore: add client to HTTPRequest (#12267) 2024-04-12 14:39:04 +02:00
Nikolay Vitkov
402b4a4812
refactor: extract toggling of Network Interception (#12266) 2024-04-12 14:29:06 +02:00
Alex Rudenko
df986ef2dd
docs: tweak redirects and the main page (#12265) 2024-04-12 13:24:30 +02:00
Alex Rudenko
73403b323e
fix: use setImmediate to reduce flakiness when processing events (#12264) 2024-04-12 09:45:32 +00:00
Alex Rudenko
ff4f70f4ae fix: remove NetworkServiceInProcess2 set by default (#12261)
Puppeteer has relied on this flag for a [long time](https://github.com/puppeteer/puppeteer/pull/3738) but it looks like it is not required anymore and it might lead to crashes in the latest versions of Chrome for desktop. This CL removes the flag.

Issue #12257
2024-04-12 11:08:26 +02:00
Alex Rudenko
576b417216
docs: fix redirects to /docs (#12260) 2024-04-12 09:43:14 +02:00
Alex Rudenko
a66e53ca7d
docs: setup redirects and fix mising index.md (#12259) 2024-04-11 22:02:24 +02:00
Nikolay Vitkov
958fce0fba
chore: let TypeScript infer type (#12256) 2024-04-11 16:55:49 +00:00
release-please[bot]
75f170b26d
chore: release main (#12252)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2024-04-11 16:51:07 +00:00
Alex Rudenko
f75756cd38
test: mark Page.authenticate as flaky (#12255) 2024-04-11 16:10:34 +00:00
Nikolay Vitkov
efc74a7366
docs: add plugin to format package manager scripts (#12254) 2024-04-11 15:47:14 +00:00
Alex Rudenko
60699da691
docs: remove redirects (#12251) 2024-04-11 13:58:55 +02:00
dependabot[bot]
48ca272945
chore(deps-dev): Bump the dev-dependencies group with 5 updates (#12250)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-11 13:28:49 +02:00
Nikolay Vitkov
15dde692f3
docs: update links to point to property table (#12249) 2024-04-11 13:01:13 +02:00
Alex Rudenko
964d99efb9
docs: restructure documentation guides (#12236) 2024-04-11 11:08:28 +02:00
Nikolay Vitkov
a2f3415df2
chore(webdriver): support for Page.authenticate (#12217) 2024-04-11 08:19:26 +00:00
browser-automation-bot
50b66591e7
fix: roll to Chrome 123.0.6312.122 (r1262506) (#12248) 2024-04-11 08:19:57 +02:00
Nikolay Vitkov
9237390b83
build(dependencies): bump chromium-bidi to 0.5.17 (#12245) 2024-04-10 16:54:29 +02:00
Nikolay Vitkov
5f7254c41c
fix: suppress error for wrong error code (#12244) 2024-04-10 13:13:00 +02:00
dependabot[bot]
e4ef9f13f5
chore(deps-dev): Bump the dev-dependencies group with 4 updates (#12241)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-09 14:42:27 +00:00
Ahsan Moin
4ba7c9e093
chore: fix typos (#12242) 2024-04-09 12:36:02 +02:00
dependabot[bot]
ee931ca8a0
chore(deps): Bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0 in the all group (#12239)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-09 10:48:30 +02:00
Nikolay Vitkov
f37968381b
chore: don't try to update angular deps automatically (#12238) 2024-04-08 21:06:31 +02:00
Nikolay Vitkov
60e15fe5c5
chore: remove sort comments (#12237) 2024-04-08 19:58:29 +02:00
Nikolay Vitkov
5143b31ff9
chore: try to reenable tests (#12234) 2024-04-08 14:41:48 +02:00
findseat
82923ec9cb
chore: fix some typos (#12228)
Signed-off-by: findseat <penglili@outlook.com>
2024-04-08 09:38:49 +00:00
Alex Rudenko
aa5b1824a5
fix: retain stale main frame for longer (#12225) 2024-04-08 09:24:54 +00:00
Alex Rudenko
2821970485
docs: update the supported browsers page (#12223) 2024-04-08 09:14:55 +00:00
dependabot[bot]
3f08654697
chore(deps): Bump the all group with 2 updates (#12230)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-08 11:08:45 +02:00
Alex Rudenko
e20cd64fff
fix(a11y): query only unignored nodes (#12224) 2024-04-05 20:33:01 +02:00
release-please[bot]
a63b8305ac
chore: release main (#12190)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2024-04-05 13:11:52 +00:00
Alex Rudenko
23adbf1705
docs: update @puppeteer/browsers readme (#12220) 2024-04-05 12:03:40 +00:00
dependabot[bot]
5fdfc8e93c
chore(deps-dev): Bump the dev-dependencies group with 6 updates (#12213)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-05 11:40:01 +00:00
Alex Rudenko
af7f26e8f7
test: enable iframe test (#12218) 2024-04-05 09:37:52 +00:00
Alex Rudenko
17e9fee77b
refactor: include the cause into locator abort and timeout errors (#12207) 2024-04-05 09:18:24 +00:00
Alex Rudenko
bb10e45696
ci: add an option to run with experimental features (#12210) 2024-04-05 09:05:39 +00:00
dependabot[bot]
e455db447d
chore(deps): Bump the dependencies group with 3 updates (#12215)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
2024-04-05 10:13:26 +02:00
browser-automation-bot
ee31272115
fix: roll to Chrome 123.0.6312.105 (r1262506) (#12209) 2024-04-05 07:27:22 +00:00
dependabot[bot]
2b63630321
chore(deps-dev): Bump undici from 5.28.3 to 5.28.4 (#12208)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-04 20:46:34 +02:00
Alex Rudenko
ab560bcf6f
fix: do not use fallback download URLs if custom baseUrl is provided (#12206) 2024-04-04 14:21:55 +00:00
Alex Rudenko
4ec0280080
fix: check if executablePath exists (#12201) 2024-04-04 10:46:35 +00:00
Alex Rudenko
7bc5e0fb2d
fix: only set up a single process event listener in launch (#12200) 2024-04-04 07:41:48 +00:00
Alex Rudenko
bcd806aa10
docs: document more debugging tips (#12198) 2024-04-04 07:20:32 +00:00