Commit 65140d7
committed
chore: roll to 1.59.1-beta-1775752988000
- Replace Overlay with Screencast (overlay/chapter/actions APIs moved to
page.screencast()).
- Add Browser.bind/unbind backed by startServer/stopServer protocol calls.
- Drop Video.start/stop (moved to Screencast.start) and remove obsolete
TestOverlay/TestVideo cases.
- Teach ApiGenerator to handle function callbacks whose return type is
Promise and add a Screencast.start.options.onFrame mapping to
Consumer<ScreencastFrame>.
- Port upstream test fix from microsoft/playwright#39840: navigate to
server.EMPTY_PAGE instead of about:blank in TestRouteWebSocket so the
arraybuffer parameterized variant no longer hangs.1 parent 5ccdd3e commit 65140d7
File tree
23 files changed
+800
-495
lines changed- .claude/skills/playwright-roll
- playwright/src
- main/java/com/microsoft/playwright
- assertions
- impl
- options
- test/java/com/microsoft/playwright
- scripts
- tools/api-generator/src/main/java/com/microsoft/playwright/tools
23 files changed
+800
-495
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
97 | 108 | | |
98 | 109 | | |
99 | 110 | | |
| |||
104 | 115 | | |
105 | 116 | | |
106 | 117 | | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
107 | 133 | | |
108 | 134 | | |
109 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 60 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1222 | 1222 | | |
1223 | 1223 | | |
1224 | 1224 | | |
| 1225 | + | |
| 1226 | + | |
| 1227 | + | |
| 1228 | + | |
| 1229 | + | |
| 1230 | + | |
| 1231 | + | |
| 1232 | + | |
| 1233 | + | |
| 1234 | + | |
| 1235 | + | |
| 1236 | + | |
| 1237 | + | |
| 1238 | + | |
| 1239 | + | |
| 1240 | + | |
| 1241 | + | |
| 1242 | + | |
| 1243 | + | |
| 1244 | + | |
| 1245 | + | |
| 1246 | + | |
| 1247 | + | |
| 1248 | + | |
| 1249 | + | |
| 1250 | + | |
| 1251 | + | |
| 1252 | + | |
| 1253 | + | |
| 1254 | + | |
| 1255 | + | |
| 1256 | + | |
| 1257 | + | |
| 1258 | + | |
| 1259 | + | |
| 1260 | + | |
| 1261 | + | |
| 1262 | + | |
1225 | 1263 | | |
1226 | 1264 | | |
1227 | 1265 | | |
| |||
1404 | 1442 | | |
1405 | 1443 | | |
1406 | 1444 | | |
| 1445 | + | |
| 1446 | + | |
| 1447 | + | |
| 1448 | + | |
| 1449 | + | |
| 1450 | + | |
| 1451 | + | |
| 1452 | + | |
| 1453 | + | |
| 1454 | + | |
| 1455 | + | |
| 1456 | + | |
| 1457 | + | |
| 1458 | + | |
| 1459 | + | |
| 1460 | + | |
1407 | 1461 | | |
1408 | 1462 | | |
1409 | 1463 | | |
| |||
1484 | 1538 | | |
1485 | 1539 | | |
1486 | 1540 | | |
| 1541 | + | |
| 1542 | + | |
| 1543 | + | |
| 1544 | + | |
| 1545 | + | |
| 1546 | + | |
1487 | 1547 | | |
1488 | 1548 | | |
1489 | 1549 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2261 | 2261 | | |
2262 | 2262 | | |
2263 | 2263 | | |
2264 | | - | |
| 2264 | + | |
2265 | 2265 | | |
2266 | 2266 | | |
2267 | 2267 | | |
| |||
2276 | 2276 | | |
2277 | 2277 | | |
2278 | 2278 | | |
2279 | | - | |
| 2279 | + | |
2280 | 2280 | | |
2281 | 2281 | | |
2282 | 2282 | | |
| |||
Lines changed: 0 additions & 109 deletions
This file was deleted.
Lines changed: 10 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5880 | 5880 | | |
5881 | 5881 | | |
5882 | 5882 | | |
5883 | | - | |
5884 | | - | |
5885 | | - | |
5886 | | - | |
5887 | | - | |
5888 | | - | |
5889 | 5883 | | |
5890 | 5884 | | |
5891 | 5885 | | |
| |||
6879 | 6873 | | |
6880 | 6874 | | |
6881 | 6875 | | |
| 6876 | + | |
| 6877 | + | |
| 6878 | + | |
| 6879 | + | |
| 6880 | + | |
| 6881 | + | |
| 6882 | + | |
| 6883 | + | |
6882 | 6884 | | |
6883 | 6885 | | |
6884 | 6886 | | |
| |||
7756 | 7758 | | |
7757 | 7759 | | |
7758 | 7760 | | |
7759 | | - | |
7760 | | - | |
7761 | | - | |
| 7761 | + | |
| 7762 | + | |
7762 | 7763 | | |
7763 | 7764 | | |
7764 | 7765 | | |
| |||
0 commit comments