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
When debugging robot tests that use chromeheadless, I've found that more often than not I actually want to view a screenshot of what the browser is doing at the point in time when I drop into a Debug session.
This is not quite the same as just saving a screenshot, because the file should only be temporary.
Is this something you would be prepared to include? It's probably going to require a bit of tweaking (it's geared to macOS right now, which has an open command, for instance), but I'd be happy to submit a PR if you are interested.
The text was updated successfully, but these errors were encountered:
When debugging robot tests that use
chromeheadless
, I've found that more often than not I actually want to view a screenshot of what the browser is doing at the point in time when I drop into aDebug
session.This is not quite the same as just saving a screenshot, because the file should only be temporary.
Internally, I'm using something like:
Is this something you would be prepared to include? It's probably going to require a bit of tweaking (it's geared to macOS right now, which has an
open
command, for instance), but I'd be happy to submit a PR if you are interested.The text was updated successfully, but these errors were encountered: