-
I am trying to see the activities that are happening in my container using VNC but instead I am getting a blank screen showing nothing.... tried to set my tests to run in non-headless mode but I am still getting the same view... please assist |
Beta Was this translation helpful? Give feedback.
Answered by
VietND96
Jun 6, 2025
Replies: 1 comment 11 replies
-
Can you share the session capabilities (which can be seen on GUI, click on (I) button in view Sessions) |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, I see. But I saw something might happen in your code
GetChromeOptions(testConfig.DriverSettings.Headless)
is underif (testConfig.DriverSettings.Debugging)
. What if not in debug mode? or the config is not retrieved correctly?GetChromeOptions(bool isHeadless = true)
, can you change this default tofalse
and see how it behaves?