Skip to content

Support multiple contexts/sessions for the same browser #2050

@mohamed99akram

Description

@mohamed99akram

Is your feature request related to a problem? Please describe.
Currently this works with the whole browser. Can we make it support multiple sessions or multiple browser contexts using the same chromium instance?

Describe the solution you'd like
noVNC for multiple context (like in playwright). Each display at its own port or using /{session_id}. And support multiple sessions

Describe alternatives you've considered
Currently I will have to either re-implement websockets to stream frames and take user interactions for multiple contexts, or replicate chromium instances to support multiple concurrent sessions, each viewing their own session.

Additional context
Playwright supports multiple sessions through browser context. But can't interact with each session/context.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions