Yury Semikhatsky
|
b83e0af11a
|
fix: do not allow to override cookie header (#35168)
Behavior before this PR regarding 'Cookie' header already varied between browsers:
- Chromium would not respect the 'Cookie' header if there was one with the same name in its cookie jar. If there was no corresponding cooke in the cookie jar, Chromium would apply one from the overrides.
- WebKit would always take one from the cookie jar.
To override cookies `addCookies` should be used instead.
See https://docs.google.com/document/d/1LXMSP4GVxFLYJxA6z4upKqwkgD-TnVCGeX-daS4VQjk/edit?usp=sharing for mode details.
Reference https://github.com/microsoft/playwright/issues/35154
|
2025-03-20 16:35:03 -07:00 |
|
Max Schmitt
|
fbffb8152f
|
chore: add toHaveClass partial option (#35229)
|
2025-03-20 21:20:50 +01:00 |
|
Yury Semikhatsky
|
f49f52248d
|
test: adjust unsafe headers test for electron, channels (#35237)
|
2025-03-17 11:41:55 -07:00 |
|
Yury Semikhatsky
|
ba0bb01114
|
fix: do not hang in route.continue with unsafe header (#35201)
|
2025-03-14 14:02:45 -07:00 |
|
Yury Semikhatsky
|
90f6a657a1
|
test(route): set-cookie in redirect response (#35199)
|
2025-03-14 14:02:20 -07:00 |
|
Playwright Service
|
cc4045e850
|
feat(webkit): roll to r2147 (#35164)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Max Schmitt <max@schmitt.mx>
|
2025-03-13 00:38:11 +01:00 |
|
Yury Semikhatsky
|
74acbcea56
|
chore: resolve glob to regex in local utils for language ports (#35136)
|
2025-03-11 15:54:58 -07:00 |
|
Pavel Feldman
|
63e5257a4c
|
chrome: expose link/url in aria (#35134)
|
2025-03-11 10:04:52 -07:00 |
|
Playwright Service
|
d67357396a
|
feat(chromium): roll to r1162 (#35076)
Signed-off-by: Max Schmitt <max@schmitt.mx>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Max Schmitt <max@schmitt.mx>
|
2025-03-11 16:59:46 +01:00 |
|
Pavel Feldman
|
807d9066d6
|
chore: allow generating aria references (#35132)
|
2025-03-10 14:39:37 -07:00 |
|
Pavel Feldman
|
a52ad0743e
|
chore: do not disable fieldset legend (#35063)
|
2025-03-06 11:46:53 -08:00 |
|
Adam Gastineau
|
d6a4c1cda4
|
chore: restore to.have.url matching via injected script (#35027)
|
2025-03-04 11:52:59 -08:00 |
|
Yury Semikhatsky
|
cd437c972d
|
fix: do not change glob pattern when converting to url (#34923)
|
2025-02-28 13:44:25 -08:00 |
|
Yury Semikhatsky
|
fe9b4a841e
|
test: revert stray change in page-check (#34959)
|
2025-02-27 17:45:01 -08:00 |
|
Dmitry Gozman
|
3ce9ae6a7d
|
chore: replace locator.visible with filter({ visible }) (#34947)
|
2025-02-27 13:44:53 +00:00 |
|
Yury Semikhatsky
|
b5fe029c1b
|
chore: remove failOnStatusCode from Browser.newContext, rename (#34936)
|
2025-02-26 15:03:21 -08:00 |
|
Dmitry Gozman
|
b148cbad76
|
fix: remove unicode soft hyphen in normalizeWhitespace (#34920)
|
2025-02-25 16:54:02 +00:00 |
|
Dmitry Gozman
|
ed0bf35435
|
feat: locator.visible (#34905)
|
2025-02-25 11:48:15 +00:00 |
|
Vitaliy Potapov
|
c4be54b45c
|
Docs: improve docs and tests for URL glob pattern (#34899)
|
2025-02-24 12:22:24 -08:00 |
|
Yury Semikhatsky
|
0bd3a99f04
|
tests: put filechooser and setInputFiles tests into separate files (#34756)
|
2025-02-12 12:28:19 -08:00 |
|
Pavel Feldman
|
f54478a23e
|
chore: move utils that are user in server to server/utils (3) (#34739)
|
2025-02-12 09:34:01 -08:00 |
|
Dmitry Gozman
|
3e976e9f10
|
chore(chromium): re-enable PlzDedicatedWorker feature (#34400)
|
2025-02-12 13:22:35 +00:00 |
|
Simon Knott
|
5d82567346
|
feat: emulate prefers-contrast (#34494)
|
2025-02-04 11:15:51 +01:00 |
|
Pavel Feldman
|
eff5cd6dbb
|
fix(aria): disregard text area textContent (#34544)
|
2025-01-29 16:06:07 -08:00 |
|
Andrey Lushnikov
|
b419527aab
|
fix(firefox): disable fetch keep-alive for now before a proper fix (#34530)
|
2025-01-29 09:50:32 +00:00 |
|
Max Schmitt
|
bc1a8c2191
|
test: add test for fetch with keepalive: true on Firefox (#34498)
|
2025-01-27 15:39:59 +01:00 |
|
Alexandra Borovova
|
2afe287a81
|
Add canonical screenshots for firefox with webdriver bidi for screenshot element tests (#34289)
|
2025-01-24 15:15:24 -08:00 |
|
Yury Semikhatsky
|
fb145d5ebd
|
test: do not check deprecated KeyboardEvent.keyCode property (#34472)
|
2025-01-24 15:09:39 -08:00 |
|
Adam Gastineau
|
f65dc0cee4
|
feat: toHaveURL predicate matcher (#34413)
|
2025-01-24 06:00:17 -08:00 |
|
Yury Semikhatsky
|
f11768436a
|
chore: revert inadvertent test change (#34459)
|
2025-01-23 12:12:53 -08:00 |
|
Yury Semikhatsky
|
587e778a5a
|
Revert "feat(aria): extend toHaveAccessibleName() to accept an array … (#34361)
|
2025-01-16 15:04:56 -08:00 |
|
Yury Semikhatsky
|
8d39c44b69
|
docs: improve toHaveClass paramter description (#34345)
|
2025-01-15 14:38:34 -08:00 |
|
Dmitry Gozman
|
4d55d3039a
|
chore: better error message when CSS selector fails to parse (#34331)
|
2025-01-15 11:34:51 -08:00 |
|
Pavel Feldman
|
ad365c3bc3
|
chore: include child nodes when parsing snapshot (#34318)
|
2025-01-13 18:25:41 -08:00 |
|
Pavel Feldman
|
0c8a6b80fb
|
chore: consolidate aria parser in isomorphic bundle (#34298)
|
2025-01-10 15:32:35 -08:00 |
|
Dmitry Gozman
|
1f2eb499d2
|
fix(aria snapshots): normalize whitespace (#34285)
|
2025-01-10 19:31:47 +00:00 |
|
Julian Descottes
|
4f3a5e2133
|
chore(bidi): Fix handling of cookie headers in network.continueRequest (#34277)
|
2025-01-10 11:06:26 -08:00 |
|
Pavel Feldman
|
13bdd3c92f
|
feat(toBeChecked): allow indeterminate expectation (#34269)
|
2025-01-09 18:18:15 -08:00 |
|
Yury Semikhatsky
|
6fb6282a9d
|
chore(bidi): propertly dispatch ControlRight key event (#34246)
|
2025-01-07 16:46:44 -08:00 |
|
Pavel Feldman
|
0d34369fc0
|
chore: include actual value in the elementState (#34245)
|
2025-01-07 15:31:18 -08:00 |
|
Yury Semikhatsky
|
0008816ee3
|
test: reenable "return empty content there is no iframe src" in cr and ff (#34241)
|
2025-01-07 11:49:14 -08:00 |
|
Pavel Feldman
|
7923d35e32
|
fix(retarget): do not unconditionally retarget to enclosing label (#34229)
|
2025-01-07 11:15:00 -08:00 |
|
Pavel Feldman
|
9514f0fb9d
|
fix(aria): escape leading dash in property values (#34227)
|
2025-01-07 11:14:45 -08:00 |
|
Pengoose
|
7f141b2c42
|
feat: expect(locator).toHaveAccessibleErrorMessage (#33904)
|
2024-12-27 09:54:16 +00:00 |
|
Adam Gastineau
|
875436855e
|
chore(lint): Ensure EOL newlines (#34117)
|
2024-12-20 09:17:09 -08:00 |
|
Pavel Feldman
|
6505a3e34c
|
fix(yaml): escape to disambiguate yaml arrays (#34096)
|
2024-12-19 12:46:54 -08:00 |
|
Pavel Feldman
|
94d0fc780d
|
chore: make visible=false work (#34040)
|
2024-12-16 14:14:51 -08:00 |
|
Yury Semikhatsky
|
369f4b76b3
|
fix: throw an error when object reference chain is to long to serialize (#34008)
|
2024-12-13 13:38:26 -08:00 |
|
Yury Semikhatsky
|
76d46d478f
|
fix: text-is() should ignore comments (#33980)
|
2024-12-12 17:49:31 -08:00 |
|
Pavel Feldman
|
acf1107220
|
chore: ignore checkbox/radio value in aria (#33941)
|
2024-12-10 14:04:18 -08:00 |
|