Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Exception in log after Video recording was finished #307

Open
wurzelkuchen opened this issue Nov 7, 2024 · 1 comment
Open

Bug: Exception in log after Video recording was finished #307

wurzelkuchen opened this issue Nov 7, 2024 · 1 comment
Assignees
Labels
bug codeImplementationNeeded This issue requires a change in the code of Neodymium Low Priority

Comments

@wurzelkuchen
Copy link
Contributor

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.

@wurzelkuchen wurzelkuchen added bug codeImplementationNeeded This issue requires a change in the code of Neodymium labels Nov 7, 2024
@wurzelkuchen
Copy link
Contributor Author

wurzelkuchen commented Nov 25, 2024

Updated info:

  • 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug codeImplementationNeeded This issue requires a change in the code of Neodymium Low Priority
Projects
None yet
Development

No branches or pull requests

2 participants