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.
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.