| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-09 | 1.3 kB | |
| v0.1.17 source code.tar.gz | 2026-07-09 | 38.8 kB | |
| v0.1.17 source code.zip | 2026-07-09 | 51.9 kB | |
| Totals: 3 Items | 91.9 kB | 4 | |
Fixes
gotono longer crashes the browser session on privileged pages (#433) — navigating to pages likechrome://extensions/orchrome://settings/used to throwTypeError: Cannot read properties of undefined (reading 'url')and take down the whole session. ([microsoft/playwright#41675](https://github.com/microsoft/playwright/issues/41675))fix(mcp): await init page before screenshot— screenshots taken right after open no longer race the page init. ([microsoft/playwright#41646](https://github.com/microsoft/playwright/issues/41646))fix(mcp): preserve directory for additional tab videos— videos for extra tabs are saved to the configured output directory. ([microsoft/playwright#41680](https://github.com/microsoft/playwright/issues/41680))feat(mcp): always pass noDefaults for CDP connections— attaching over CDP no longer applies unwanted default context options. ([microsoft/playwright#41676](https://github.com/microsoft/playwright/issues/41676))