Dmitry Gozman
|
120f0228c5
|
feat(selector generator): try improving text candidate with heuristics (#28074)
- Drop number-like prefixes and/or suffixes.
- Trim long texts to a word boundary around 15-25 character.
|
2023-11-13 11:30:16 -08:00 |
|
faulpeltz
|
d9ccc80d0c
|
fix: ubuntu version detection for linux mint (#28085)
|
2023-11-13 18:02:10 +01:00 |
|
Mattias Wallander
|
c6d154f9c4
|
feat: Add support for dispatching device motion events (#28067)
References #27887.
|
2023-11-13 08:58:46 -08:00 |
|
Playwright Service
|
d94c3e04e8
|
feat(webkit): roll to r1943 (#28089)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-11-13 11:19:39 +01:00 |
|
Pavel Feldman
|
1b3349d091
|
chore: use codemirror in the on-hover locator editor (#28090)
|
2023-11-10 22:00:28 -08:00 |
|
Yury Semikhatsky
|
fae5dd898a
|
chore: remove from client check if browser is co-located with server (#28071)
Reference https://github.com/microsoft/playwright/issues/27792
|
2023-11-10 15:24:31 -08:00 |
|
Playwright Service
|
1b22c43c35
|
feat(webkit): roll to r1942 (#28073)
|
2023-11-10 09:31:18 +01:00 |
|
Playwright Service
|
9b1b1e02ed
|
feat(webkit): roll to r1941 (#28069)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-11-09 22:45:04 +01:00 |
|
Dmitry Gozman
|
62b6af3a7f
|
fix(android): respect recordHar option (#28046)
Fixes #28015.
|
2023-11-09 08:36:05 -08:00 |
|
Playwright Service
|
6c2abf016e
|
feat(chromium-tip-of-tree): roll to r1167 (#28053)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-11-09 15:16:43 +01:00 |
|
Playwright Service
|
93d202c480
|
feat(chromium): roll to r1090 (#28052)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-11-09 15:16:20 +01:00 |
|
Pavel Feldman
|
b004c1a0a7
|
chore: rework assert dialog (#28043)
|
2023-11-08 20:09:58 -08:00 |
|
Max Schmitt
|
5f527fedb1
|
fix: JSHandle preview text for non-ascii attributes/children (#28038)
This surfaced in .NET that the string in the driver got incorrectly cut,
then transferred to .NET as an invalid UTF8 character
[`\ud835`](https://charbase.com/d835-unicode-invalid-character) which
.NET wasn't able to parse and threw an error.
Drive-by: Move similar function from
`packages/playwright-core/src/client/page.ts` into isomorphic
`stringUtils`.
https://github.com/microsoft/playwright-dotnet/issues/2748
|
2023-11-09 00:11:01 +01:00 |
|
Mattias Wallander
|
5a9fa69c6d
|
feat: Add support for dispatching device orientation events (#27960)
Fixes #27887
|
2023-11-08 09:50:25 -08:00 |
|
Pavel Feldman
|
061ded19b6
|
chore: place overlay inside the glass pane (#28026)
|
2023-11-07 19:36:12 -08:00 |
|
Playwright Service
|
1a8b61199f
|
feat(firefox-beta): roll to r1429 (#28024)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-11-08 04:22:34 +01:00 |
|
Max Schmitt
|
e788c711c6
|
fix: electron video tests (#28004)
|
2023-11-07 23:42:17 +01:00 |
|
Playwright Service
|
b9aaa38d3b
|
feat(firefox): roll to r1429 (#28020)
Fixes https://github.com/microsoft/playwright/issues/27682
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-11-07 22:20:55 +01:00 |
|
Pavel Feldman
|
eeda25c47f
|
chore(recorder): glue the overlay to the top (#28021)
|
2023-11-07 12:58:41 -08:00 |
|
Playwright Service
|
a9c4406439
|
feat(chromium-tip-of-tree): roll to r1166 (#28009)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-11-07 19:27:33 +01:00 |
|
Dmitry Gozman
|
810382c074
|
chore(recorder): more UX fixes for text assertions (#27995)
|
2023-11-06 16:40:33 -08:00 |
|
Pavel Feldman
|
87787dcc7d
|
chore: allow click close the page w/o errors (#27994)
|
2023-11-06 15:13:41 -08:00 |
|
Dmitry Gozman
|
ffd2e02aa3
|
feat(recorder): various UX fixes (#27967)
|
2023-11-04 21:18:27 -07:00 |
|
Dmitry Gozman
|
f401a482d2
|
fix(codegen): consume pointer events alongside mouse events (#27949)
Fixes #27926.
|
2023-11-03 13:41:51 -07:00 |
|
Max Schmitt
|
326c9785b4
|
fix(trace-viewer): keep searchParams on / redirect (#27956)
Relates to https://github.com/microsoft/playwright/issues/27952.
Might help future users too.
|
2023-11-03 17:38:55 +01:00 |
|
Max Schmitt
|
f9c4955fe8
|
fix(msedge): install with multiple artifacts (#27939)
The API response looked like this:
<img width="1584" alt="image"
src="https://github.com/microsoft/playwright/assets/17984549/89d32ad4-8770-48c3-b562-231ae7b9ef3b">
-> multiple entries for `Windows` and `X64`, but some without artifacts.
-> We filter now for `artifacts.length > 0` which seems like a healthy
change.
Fixes https://github.com/microsoft/playwright/issues/22841
|
2023-11-02 15:30:40 -07:00 |
|
Dmitry Gozman
|
a7fd515626
|
chore(recorder): use designMode for text selection tool (#27936)
This allows us to barely support shadow dom, compared to no support at
all.
|
2023-11-02 13:47:53 -07:00 |
|
Playwright Service
|
bc1b59042c
|
feat(chromium-tip-of-tree): roll to r1165 (#27928)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-11-02 18:00:14 +01:00 |
|
Playwright Service
|
059c865689
|
feat(chromium): roll to r1089 (#27925)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-11-02 15:16:43 +01:00 |
|
Playwright Service
|
50342a0c9d
|
feat(firefox-beta): roll to r1428 (#27923)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-11-02 10:47:48 +01:00 |
|
Playwright Service
|
0fda074183
|
feat(firefox): roll to r1428 (#27912)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-11-02 10:47:35 +01:00 |
|
Dmitry Gozman
|
07da88dcf1
|
feat(recorder): generate toHaveValue/toBeEmpty/toBeChecked (#27913)
|
2023-11-01 21:17:25 -07:00 |
|
Pavel Feldman
|
0f2de59b7c
|
chore: remove graceful browser.close cleanup (#27916)
|
2023-11-01 20:17:10 -07:00 |
|
Pavel Feldman
|
817a130cdc
|
chore: dispose-based callback termination (#27911)
|
2023-11-01 16:36:39 -07:00 |
|
Dmitry Gozman
|
3dedbced13
|
feat(recorder): in-page overlay (#27904)
|
2023-11-01 15:56:49 -07:00 |
|
Yury Semikhatsky
|
36c4c24f8a
|
fix: only convert input files for browser collocated with server (#27873)
Reference #27452
Fixes #27792
|
2023-11-01 08:40:12 -07:00 |
|
Playwright Service
|
38115d121b
|
feat(chromium): roll to r1088 (#27897)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-11-01 13:52:00 +01:00 |
|
Playwright Service
|
0c4de1f4ce
|
feat(webkit): roll to r1932 (#27884)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-10-31 19:39:23 +01:00 |
|
Max Schmitt
|
38a0921845
|
fix: Google Chrome Beta/Stable install on macOS (#27880)
|
2023-10-31 16:49:13 +01:00 |
|
Playwright Service
|
d38eab0df1
|
feat(chromium-tip-of-tree): roll to r1164 (#27881)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-10-31 14:11:12 +01:00 |
|
Max Schmitt
|
cff9ac04e4
|
fix: cross-origin Page.goto referer (#27859)
Fixes https://github.com/microsoft/playwright/issues/27765
|
2023-10-31 11:10:15 +01:00 |
|
Playwright Service
|
c3b533d834
|
feat(firefox): roll to r1427 (#27871)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-10-30 23:23:39 +01:00 |
|
Yury Semikhatsky
|
c7b6a76437
|
fix(fetch): throw when methods are called on disposed context (#27868)
Fixes #27822
|
2023-10-30 15:23:12 -07:00 |
|
Playwright Service
|
afa5cdc53f
|
feat(firefox-beta): roll to r1427 (#27866)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-10-30 22:02:27 +01:00 |
|
Max Schmitt
|
59b8cf008e
|
fix(codegen): don't generate page.frame() calls anymore (#27820)
Fixes https://github.com/microsoft/playwright/issues/27650
|
2023-10-30 21:56:45 +01:00 |
|
Dmitry Gozman
|
100d3b2601
|
fix(css parser): support nested builtin functions (#27841)
Things like `:nth-child(1 of :has(span:nth-last-child(3)))`.
Fixes #27743.
|
2023-10-27 13:16:12 -07:00 |
|
Dmitry Gozman
|
88f30d1ce2
|
feat: support firefoxUserPrefs in launchPersistentContext (#27840)
Fixes #27773.
|
2023-10-27 09:24:41 -07:00 |
|
Playwright Service
|
49b662c22c
|
feat(chromium): roll to r1087 (#27834)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-10-27 14:19:42 +02:00 |
|
Dmitry Gozman
|
4d8dd55b90
|
chore: refactor Recorder, introduce RecorderTool (#27826)
|
2023-10-26 19:42:03 -07:00 |
|
Dmitry Gozman
|
24deac458b
|
feat(expect): generate toHaveText (#27824)
|
2023-10-26 18:49:14 -07:00 |
|