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
OS: Windows 11 (running Docker in WSL) Browser connection: Chrome DevTools Protocol (CDP) Python: 3.10 Emunium version: 2.0.2
Description:
I am running Emunium in a Docker container within WSL (Windows Subsystem for Linux) on Windows 11 and connecting to the browser using the Chrome DevTools Protocol (CDP). I encounter errors immediately upon importing Emunium with from emunium import EmuniumPlaywright, which relate to the DISPLAY environment variable, tkinter, and other dependencies required for handling screenshots and GUI operations.
Questions:
Is Emunium intended to support this type of setup (Docker in WSL with Windows 11 and CDP connection)?
Are there recommended adjustments or dependencies that should be added to improve compatibility in this environment?
The text was updated successfully, but these errors were encountered:
Environment:
OS: Windows 11 (running Docker in WSL)
Browser connection: Chrome DevTools Protocol (CDP)
Python: 3.10
Emunium version: 2.0.2
Description:
I am running Emunium in a Docker container within WSL (Windows Subsystem for Linux) on Windows 11 and connecting to the browser using the Chrome DevTools Protocol (CDP). I encounter errors immediately upon importing Emunium with
from emunium import EmuniumPlaywright
, which relate to the DISPLAY environment variable, tkinter, and other dependencies required for handling screenshots and GUI operations.Questions:
The text was updated successfully, but these errors were encountered: