chromedevtools--chrome-devtools-mcp
4d9ac227dd
Related Issue - [465](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/465) ### Description This change make sure that the browser window is restored to a `normal` state before resizing the page. When the window is in `fullscreen` mode we have to set the state twice to match how Chrome CDP behaves. Tests cover window resizing for every available window states `type WindowState = 'normal' | 'minimized' | 'maximized' | 'fullscreen';` --------- Co-authored-by: Alex Rudenko <OrKoN@users.noreply.github.com>