Commit Graph

3465 Commits

Author SHA1 Message Date
microsoft-playwright-automation[bot] 56d512b0d2 feat(chromium-tip-of-tree): roll to r1318 2025-04-01 17:36:00 +00:00
Max Schmitt 49c13a0788
chore: opt-out of installation lock by default (#35436) 2025-04-01 13:10:11 +02:00
microsoft-playwright-automation[bot] d0e0a60e0a
feat(chromium-tip-of-tree): roll to r1317 (#35395)
Co-authored-by: microsoft-playwright-automation[bot] <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com>
2025-03-28 14:04:49 +01:00
Dmitry Gozman 471a28e0d5
feat: support proxy in connect/connectOverCDP (#35389) 2025-03-28 12:03:54 +00:00
Simon Knott e3bb687cfc
feat: include iframes in aria snapshots with `ref` (#35396) 2025-03-28 12:46:20 +01:00
Simon Knott f5a7465a41
fix(serializers): correct byte length calculation for typed arrays (#35386) 2025-03-27 13:50:06 +01:00
Max Schmitt 5af22ed72e
fix(registry): find channels without proper win32 env (#35376) 2025-03-26 18:56:27 +01:00
Simon Knott 3340855109
chore: support typed arrays in indexeddb (#34949) 2025-03-26 18:04:45 +01:00
Adam Gastineau 714d5d1b1e
chore: provide more actionable error messages when serializing values (#35297) 2025-03-25 10:32:44 -07:00
microsoft-playwright-automation[bot] dea6b5a59a
feat(webkit): roll to r2152 (#35336) 2025-03-25 15:45:50 +01:00
microsoft-playwright-automation[bot] 95cbe85f7b
feat(webkit): roll to r2151 (#35335)
Co-authored-by: microsoft-playwright-automation[bot] <4203992400+microsoft-playwright-automation[bot]@users.noreply.github.com>
2025-03-25 15:44:23 +01:00
Dmitry Gozman 0467c28722
chore: builtins (#35197) 2025-03-25 13:49:28 +00:00
microsoft-playwright-automation[bot] 44c4aeca1f
feat(chromium): roll to r1164 (#35316)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-21 16:10:29 +01:00
microsoft-playwright-automation[bot] e7626934e9
feat(firefox): roll to r1478 (#35306)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-21 16:03:43 +01:00
microsoft-playwright-automation[bot] 6bb83340c7
feat(firefox-beta): roll to r1474 (#35307)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-21 16:02:32 +01:00
Simon Knott 53ed2f601b
fix(library): indexedDB shouldn't stumble over `null` in Firefox (#35308) 2025-03-21 10:24:28 +01:00
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
Yury Semikhatsky b9ccc5b252
chore(bidi): hardcode "default" id for persistent context (#35303) 2025-03-20 13:42:48 -07:00
Max Schmitt fbffb8152f
chore: add toHaveClass partial option (#35229) 2025-03-20 21:20:50 +01:00
microsoft-playwright-automation[bot] c018b71d19
feat(chromium-tip-of-tree): roll to r1315 (#35299)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-20 17:11:40 +01:00
Playwright Service 61980670fb
feat(webkit): roll to r2150 (#35267)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-20 15:38:53 +01:00
microsoft-playwright-automation[bot] f274345168
feat(chromium-tip-of-tree): roll to r1314 (#35287)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-20 15:30:51 +01:00
Yury Semikhatsky 3873b72ac1
chore(bidi): retrieve default context id from the browser (#35286) 2025-03-19 14:43:07 -07:00
Yury Semikhatsky 23b6305c2d
fix(webkit): do not dipatch request event for about:blank (#35280) 2025-03-19 12:40:35 -07:00
Yury Semikhatsky d2729c1362
chore(bidi): drop non standard permissions.setPermission (#35256) 2025-03-18 13:50:26 -07:00
Yury Semikhatsky 54d48c997f
chore(bidi): set viewport and init script per context (#35247) 2025-03-18 10:31:33 -07:00
Dmitry Gozman 66b3efa826
chore: simplify highlight and recorder (#35218) 2025-03-18 09:58:41 +00:00
Yury Semikhatsky 017596dfd9
chore(bidi): update protocol definitions (#35244) 2025-03-17 18:38:18 -07:00
Dmitry Gozman 195fe11e1b
fix(trace viewer): preserve dialog.showModal() elements (#35231) 2025-03-17 14:57:43 +00:00
Chris beea7c30c5
feat: Add maxRedirects to options of apiRequest.newContext (#35160) 2025-03-17 13:47:52 +00:00
Dmitry Gozman accd7c6c9e
docs: clarify that userDataDir cannot be used concurrently (#35228) 2025-03-17 11:11:45 +00:00
Yury Semikhatsky ba0bb01114
fix: do not hang in route.continue with unsafe header (#35201) 2025-03-14 14:02:45 -07:00
Max Schmitt 0b6b5ea7ab
fix(routeWebSocket): relative WebSocket URL (#35193) 2025-03-14 16:31:37 +01:00
Playwright Service 4b1f3fa51f
feat(webkit): roll to r2149 (#35195)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-14 11:24:25 +01:00
Playwright Service 878bdcd0c3
feat(webkit): roll to r2148 (#35194)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-14 09:46:57 +01:00
Playwright Service 79c4505433
feat(chromium-tip-of-tree): roll to r1312 (#35189)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-13 19:15:03 +01:00
Playwright Service 67bec0cf0f
feat(chromium): roll to r1163 (#35187)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-13 16:32:27 +01:00
Chris deaa714ab4
docs: Update outdated links & broken anchors (#35181)
Signed-off-by: Max Schmitt <max@schmitt.mx>
Co-authored-by: Max Schmitt <max@schmitt.mx>
2025-03-13 10:41:02 +01: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
Dmitry Gozman 3b9515e7ef
chore: remove targetId workaround from clank (#35163) 2025-03-12 17:35:15 +00:00
Playwright Service 629f5f2a9a
feat(chromium-tip-of-tree): roll to r1311 (#35165)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-12 16:33:06 +01:00
Playwright Service cd756afea5
feat(webkit): roll to r2146 (#35155)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-12 10:13:15 +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 e2f95747e1
feat(chromium-tip-of-tree): roll to r1308 (#35017)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-11 16:59:58 +01: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 ec4c66133e
chore: align monotonicTime across processes (#35130) 2025-03-10 19:19:20 -07:00
Pavel Feldman 807d9066d6
chore: allow generating aria references (#35132) 2025-03-10 14:39:37 -07:00
Dmitry Gozman 49f03c87fc
chore: housekeeping after the last firefox roll (#35116) 2025-03-10 11:26:24 +00:00
Playwright Service 051833aef6
feat(webkit): roll to r2145 (#35097)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-10 09:59:01 +01:00