Commit 36ec986
authored
chore: mark v0.0.77 (#1667)
## What's New
### Tool Improvements
- **`browser_take_screenshot` — `scale` option** — Choose between
CSS-pixel screenshots (smaller, device-consistent) and device-pixel
screenshots (high resolution)
([#41465](microsoft/playwright#41465))
- **Configurable heartbeat timeout** — The heartbeat ping timeout is now
configurable
([#41391](microsoft/playwright#41391))
## Bug Fixes
- Redact secrets in console log artifacts
([#41515](microsoft/playwright#41515))
- Never include `data:` URL payloads in snapshot or network output
([#41450](microsoft/playwright#41450))
- List a failed network request only once
([#41481](microsoft/playwright#41481))
- Wait for the next pause or context closure in `browser_resume`
([#41293](microsoft/playwright#41293))
- Pass the action timeout to `browser_wait_for` waitFor calls
([#41270](microsoft/playwright#41270))
- Check the tracing state before stopping in `browser_stop_tracing`
([#41040](microsoft/playwright#41040))
- Assign caps as an array for the legacy `--vision` flag
([#41253](microsoft/playwright#41253))
- Use optional chaining for the nullable browser on disposal
([#41237](microsoft/playwright#41237))
- Add a missing `.catch()` on the sessionLog write queue
([#41234](microsoft/playwright#41234))1 parent f871c0e commit 36ec986
4 files changed
Lines changed: 7 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
| 63 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments