Skip to content

To be able to resize the vscode window #2240

@ranitg

Description

@ranitg

Describe the request

To be able to resize the vscode window during the test or give it a starting size when the vscode loads.

Usage

Be able to click the maximize / restore button or use a function call.
Be able to resize the window to a specific size using a function call.

In Playwright for example, there is a config parameter for test startup:
viewport: {width: 1440, height: 900}

There is a also a function to call:
Page.setViewportSize({width: 1900, height: 800});

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions