You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the VSCode plugin to debug tests the browser windows open on the same monitor where I have Visual Studio Code, but since I have a secondary monitor connected, is there a way to make the browser window open on that second monitor?
The text was updated successfully, but these errors were encountered:
dgozman
changed the title
VSCode plugin: is there a way to make the browser window open on the second monitor?
[Feature]: VSCode plugin: is there a way to make the browser window open on the second monitor?
Feb 3, 2025
@frederikhors I don't think it's possible to force that. If you run with "Show browser" checked, Playwright will reuse the same browser, so you can move it to the secondary monitor just once. Leaving this open as a feature request.
When I use the VSCode plugin to debug tests the browser windows open on the same monitor where I have Visual Studio Code, but since I have a secondary monitor connected, is there a way to make the browser window open on that second monitor?
The text was updated successfully, but these errors were encountered: