[Feature]: VSCode plugin: is there a way to make the browser window open on the second monitor?
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?
@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.
maybe, chromium only.
export default defineConfig({
// ...
use: {
launchOptions: {
args: ["--window-position=2048,200"]
}
},
Why was this issue closed?
Thank you for your involvement. This issue was closed due to limited engagement (upvotes/activity), lack of recent activity, and insufficient actionability. To maintain a manageable database, we prioritize issues based on these factors.
If you disagree with this closure, please open a new issue and reference this one. More support or clarity on its necessity may prompt a review. Your understanding and cooperation are appreciated.