Bug
I've noticed this this morning after my Chrome updated to Version 69.0.3497.100 (Official Build) (64-bit)
.
I was not able to open the dev tools window from the incognito Chrome browser which was managed by cypress. On closer inspection, the devtools window was opening but it was squeezed into the top left corner of the screen.
This window can be resized (but it is fiddly) but the new window position are not saved and the same has to be done again when I re-open chrome dev tools. Note, this only occurs when devtools are configured to "Undock into separate window".
Chrome devtools should be visible when configured to "Undock into separate window" and previous undocked window position be (I hope) saved.
Cypress: 3.1.0
Chrome: 69.0.3497.100
OS: MacOS 10.12.6
In case anyone else encounters the scenario where the devtools gets "stuck" invisible while undocked, you can use the following shortcut to re-dock.
cmd+shift+D (mac)
Control+Shift+D (Windows)
I think I stumbled onto a fix on macOS.
When the Cypress UI is running, from the menu select File -> View App Data. I had a few folders there from year or two ago. Remove all files/folders then restart the Cypress UI.
Chrome Dev tools now display correctly when undocked.
I jumped the gun on that one. Although the undocked chrome dev window shows correctly if I delete all files under "View App Data" then restart Cypress, the reported behaviour returns when cypress is subsequently closed and restarted.
In case anyone else encounters the scenario where the devtools gets "stuck" invisible while undocked, you can use the following shortcut to re-dock.
cmd+shift+D (mac)
Control+Shift+D (Windows)
Thanks so much! I was with this problem for days!!
Oh my gosh, this has been happening to me! I thought it was just my computer from updating. 馃檲
In case anyone else encounters the scenario where the devtools gets "stuck" invisible while undocked, you can use the following shortcut to re-dock.
cmd+shift+D (mac)
Control+Shift+D (Windows)
Thank you, this was driving me nuts!
I don't have any leads on where this issue originates. Is happening on Chrome 69 -> Canary 73.
Can you all share the OS you are on experiencing this problem?
Can you all share the OS you are on experiencing this problem?
Since Chrome 69.0.3497.100
OS: MacOS 10.12.6
Mentioned from another thread here https://github.com/cypress-io/cypress/issues/3389#issue-408191497
the only way I found is to completely remove the
~/Library/Application Support/Cypress/cy/
(completely, not only the~/Library/Application Support/Cypress/cy/production/browsers/
folders), relaunch Cypress and everything works again. Obviously you lose every customisation of Chrome
I actually tried this, deleting everything possible and never did get the DevTools undocked back to a workable size.
This issue is finally fixed for me on
Version 76.0.3797.0 (Official Build) canary (64-bit)
)but might be fixed as of Chrome v75 already according to https://bugs.chromium.org/p/chromium/issues/detail?id=783199
Closing as resolved.
If you're experiencing a bug similar to this in Cypress, please open a new issue with a fully reproducible example that we can run. There may be a specific edge case with the issue that we need more detail to fix.
Most helpful comment
In case anyone else encounters the scenario where the devtools gets "stuck" invisible while undocked, you can use the following shortcut to re-dock.
cmd+shift+D (mac)
Control+Shift+D (Windows)