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 we record a video it happens that the last screenshot before the actual video is finished is taken after the test finished and the browser session ended. Therefore a stacktrace is printed into the log.
We should introduce a logic, that checks if the browser window is still alive and and able to take a screenshot before we try to screenshot the page.
Actual Behaviour
There are no unexpected stack traces in the log.
Expected Behaviour
There are unexpected stack traces in the log.
The text was updated successfully, but these errors were encountered:
This issue can be easily if one uses Firefox and starts the execution manually but does not finish it.
But since it only appears when we use the feature in unintended ways (missing to finish it), this does not have the highest prio. Still we should look for a way to always finish filming clean and without exceptions.
Quick Description
When we record a video it happens that the last screenshot before the actual video is finished is taken after the test finished and the browser session ended. Therefore a stacktrace is printed into the log.
We should introduce a logic, that checks if the browser window is still alive and and able to take a screenshot before we try to screenshot the page.
Actual Behaviour
There are no unexpected stack traces in the log.
Expected Behaviour
There are unexpected stack traces in the log.
The text was updated successfully, but these errors were encountered: