Is it possible to resize the Chrome window using the developer tool’s console? If so, what would the command be? becuase the window.resizeTo(w,h) didn’t work for me.
Is it possible to resize the Chrome window using the developer tool’s console? If
Share
Official Chrome issue says:
Windows in Chrome can be resized via Chrome extensions API, however it’s not available from console. You should probably try using one of many ‘window resizing’ extensions. In the near future it will be possible for extensions to add own console commands, however as for now it’s an experimental feature.