Dmitry Gozman
961daa99f0
Merge af40eae13e into 8eb816b363
2025-02-12 15:41:24 +00:00
Dmitry Gozman
3e976e9f10
chore(chromium): re-enable PlzDedicatedWorker feature ( #34400 )
2025-02-12 13:22:35 +00:00
Max Schmitt
c052627138
fix: allow empty userDataDir ( #34730 )
2025-02-12 14:21:57 +01:00
Pavel Feldman
bd74fc4964
chore: move utils that are user in server to server/utils (2) ( #34736 )
2025-02-11 17:19:27 -08:00
Pavel Feldman
25a168fae5
chore: move utils that are user in server to server/utils (1) ( #34734 )
2025-02-11 15:40:41 -08:00
JacksonLei123
5a76b17c87
feat: add failOnStatusCode option to API request context ( #34346 )
2025-02-11 13:23:11 -08:00
Pavel Feldman
46b048f018
chore: vendor stack utils ( #34719 )
2025-02-11 12:53:08 -08:00
Yury Semikhatsky
8e51be9069
chore(bidi): use fractional coordinates for pointerAction ( #34675 )
2025-02-11 12:09:48 -08:00
Playwright Service
3ae39166c2
feat(chromium-tip-of-tree): roll to r1302 ( #34726 )
...
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-02-11 17:40:52 +01:00
Max Schmitt
416c9b3368
fix: allow relative userDataDir ( #34710 )
2025-02-11 17:40:00 +01:00
Pavel Feldman
72cd6f06aa
chore: prework for web ws connection ( #34718 )
2025-02-11 08:28:28 -08:00
Pavel Feldman
51f944d16a
chore: extract pipe->connection code ( #34689 )
2025-02-10 15:04:33 -08:00
Pavel Feldman
2718ce7cbf
chore: short-cut localUtils usage in JS client ( #34690 )
2025-02-10 14:19:58 -08:00
Playwright Service
71c7f465a0
feat(webkit): roll to r2132 ( #34697 )
2025-02-10 11:36:45 -08:00
Pavel Feldman
5d500dde22
chore: introduce platform for client (1) ( #34683 )
2025-02-10 10:22:32 -08:00
Max Schmitt
967c4f5e3b
chore: fix Locator type issues ( #34705 )
2025-02-10 13:05:17 +01:00
Playwright Service
4c8af0128f
feat(chromium): roll to r1158 ( #34702 )
...
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Max Schmitt <max@schmitt.mx>
2025-02-10 12:33:37 +01:00
Playwright Service
a95186a373
feat(firefox): roll to r1475 ( #34695 )
...
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-02-10 09:12:50 +01:00
Playwright Service
f11ed1beab
feat(chromium-tip-of-tree): roll to r1301 ( #34696 )
...
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-02-10 09:12:07 +01:00
Pavel Feldman
88c01434c6
chore: fix locator type check ( #34682 )
2025-02-07 14:53:28 -08:00
Pavel Feldman
4a7f6a6ef0
chore: organize imports in playwright-core ( #34680 )
2025-02-07 13:54:01 -08:00
Adam Gastineau
4bc8cf0d47
feat(recorder): display primary page URL in recorder title ( #34637 )
2025-02-07 12:05:04 -08:00
Simon Knott
893e7bbf3b
chore: add _browserTypes helpers to playwright ( #34611 )
2025-02-07 15:43:08 +01:00
Pavel Feldman
7da3be4a1a
chrome: update eslint 9 ( #34666 )
2025-02-06 19:48:27 -08:00
Henrik Skupin
6fddefde81
chore(bidi): pointerMove action needs to floor fractional values for x and y position ( #34191 )
2025-02-06 16:17:50 -08:00
Yury Semikhatsky
3d3154de86
chore(tracing): look up snapshot resources only in the same context ( #34645 )
2025-02-06 12:38:51 -08:00
Max Schmitt
427d7a22ea
Revert "chore: tidy up headless-shell hacks ( #33967 )" ( #34659 )
2025-02-06 19:17:20 +01:00
Simon Knott
902e83fe87
fix: allow opt out from IndexedDB in storagestate ( #34650 )
2025-02-06 16:40:14 +01:00
Dmitry Gozman
8d751cfe50
fix(fetch): filter out undefined params ( #34654 )
2025-02-06 15:16:45 +00:00
Simon Knott
2b5493219b
chore: document typed array limitation ( #34649 )
2025-02-06 12:39:07 +01:00
Simon Knott
7aac96d780
chore: add encoded versions of IndexedDB key/value ( #34630 )
2025-02-06 09:48:30 +01:00
Playwright Service
25ef2f1344
feat(webkit): roll to r2130 ( #34631 )
2025-02-05 09:05:10 -08:00
Simon Knott
311625b891
feat: recreate IndexedDB in storagestate ( #34591 )
2025-02-05 15:01:53 +01:00
Yury Semikhatsky
fb3e8ed114
fix: reset APIRequestContext network trace between chunks ( #34616 )
2025-02-05 08:00:04 +00:00
Playwright Service
11913e6f39
feat(webkit): roll to r2127 ( #34599 )
2025-02-04 17:03:14 -08:00
Dmitry Gozman
af40eae13e
chore: make noWaitAfter a default
...
This changes the last actions, namely `click` and `press`, to not wait
for the ongoing navigations after the action.
Maintaining this behavior becomes tricky, because browsers move away from
guaranteed synchronous navigations to optimized performance. See #34377
for more details.
This is technically a breaking change. Most of the time, this should
not be noticeable, because the next action will auto-wait the navigation
and for any required conditions anyway. However, there are some patterns
revealed by our tests that are affected:
- Calling `goBack/goForward` immediately after an action. This pattern
requires `expect(page).toHaveURL()` or a similar check inbetween.
- Listening for network events during the action, and immediately
asserting after the action. This pattern requires `waitForRequest()`
or a similar promise-based waiter as recommended in best practices.
We maintain the opt-out `env.PLAYWRIGHT_WAIT_AFTER_CLICK` that reverts
to the old behavior for now.
Additionally, previous opt-out option `env.PLAYWRIGHT_SKIP_NAVIGATION_CHECK`
has been removed, because there have been just a single issue with it,
that was immediately addressed in a patch release.
2025-02-04 15:17:43 +00:00
Playwright Service
50e1a8b55b
feat(chromium-tip-of-tree): roll to r1300 ( #34610 )
...
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-02-04 16:06:35 +01:00
Simon Knott
5d82567346
feat: emulate prefers-contrast ( #34494 )
2025-02-04 11:15:51 +01:00
Max Schmitt
96d4dc1eda
docs: add backlink from WebSocket to WebSockeRoute ( #34600 )
2025-02-03 19:42:38 +01:00
Adam Gastineau
5996a0df0a
Revert "Revert "chore(docs): clarify connection method via BrowserType.connect ( #34560 )" ( #34594 )" ( #34595 )
2025-02-03 06:21:00 -08:00
Max Schmitt
3d5f85d7e4
Revert "chore(docs): clarify connection method via BrowserType.connect ( #34560 )" ( #34594 )
2025-02-03 14:24:33 +01:00
Playwright Service
36478f250a
feat(firefox): roll to r1474 ( #34587 )
...
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-02-03 12:04:12 +01:00
Playwright Service
162182b714
feat(firefox-beta): roll to r1470 ( #34589 )
...
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-02-03 10:47:37 +01:00
Playwright Service
399ba91150
feat(chromium-tip-of-tree): roll to r1299 ( #34569 )
...
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-31 19:35:12 +01:00
Playwright Service
64f8689a81
feat(chromium): roll to r1157 ( #34571 )
...
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-31 13:15:40 +01:00
GeneratorX16
4fa1d39c80
fix: Reverse Lumia 550 and Lumia 550 Landscape viewports ( #34548 )
2025-01-30 13:57:43 -08:00
Adam Gastineau
1936cfa6c3
chore(docs): clarify connection method via BrowserType.connect ( #34560 )
2025-01-30 12:31:59 -08:00
Adam Gastineau
5afb04b62e
fix(ui): add proper CORS header for loading traces in HMR mode ( #34558 )
2025-01-30 09:20:43 -08:00
Max Schmitt
833c729eb0
docs: roll follow-ups for .NET and Python ( #34550 )
2025-01-30 12:06:56 +01:00
Pavel Feldman
eff5cd6dbb
fix(aria): disregard text area textContent ( #34544 )
2025-01-29 16:06:07 -08:00