ppodgorsek/docker-robot-framework

Provide VNC endpoint for easier debugging

ybizeul opened this issue · 1 comments

Is your feature request related to a problem? Please describe.
I use this container to automate complex sequence of actions on web sites, in tricky situations like page refresh, or long loading elements, it can be difficult to understand where the sequence is failing.

Describe the solution you'd like
Having a way to visualize the browser automation, like the debug option of selenium container would be great. I would be able to connect with VNC and understand what is wrong immediatly.

Describe alternatives you've considered
I use screenshots to try and debug but that doesn't help with transient elements blocking other items temporarily, etc.

Hey!

"Video debug" is really helpful indeed. We encounter the same need.

We haven't try to use VNC, be we using https://github.com/sebastianciupinski/robotframework-autorecorder

It's super easy to use and fully covered our "video debug" need.