Commit 747a422
committed
Fix compatibility with Playwright 1.58.0: replace removed devtools parameter
Playwright 1.58.0 removed the `devtools` keyword argument from
`BrowserType.launch()`. Replace it with the equivalent
`--auto-open-devtools-for-tabs` browser arg.
https://claude.ai/code/session_01FUB8LwpNc5fy1JGHDsdWrj1 parent 90dabf8 commit 747a422
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
| 412 | + | |
| 413 | + | |
412 | 414 | | |
413 | | - | |
| 415 | + | |
414 | 416 | | |
415 | 417 | | |
416 | 418 | | |
| |||
0 commit comments