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: Video Recording is missing parts of the page. #306

Open
wurzelkuchen opened this issue Nov 7, 2024 · 0 comments
Open

Bug: Video Recording is missing parts of the page. #306

wurzelkuchen opened this issue Nov 7, 2024 · 0 comments
Labels
bug codeImplementationNeeded This issue requires a change in the code of Neodymium

Comments

@wurzelkuchen
Copy link
Contributor

Quick Description

When recording a gif (maybe also mp4) on a browser which has a bigger size thatn the default window size configured, we've seen an issue resulting in a smaller video, than the actual browser view port.

What is going on here:

  • The browser opens and shows an empty page
  • The first screenshot of the automated video recording is taken
  • The browser is resized to the configured size
  • The next screenshots are taken, but in a different size than the first one
  • The final video has the size of the smallest (or first) screenshot which is not the actual browser size of the test

How to solve this:
Make sure the video recording is starting AFTER the browser is resized to it's final size.

Actual Behaviour

The recorded video has the size of the default browser size on start up.

Expected Behaviour

The recorded video has the size of the configured browser size.

@wurzelkuchen wurzelkuchen added bug codeImplementationNeeded This issue requires a change in the code of Neodymium labels Nov 7, 2024
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
Projects
None yet
Development

No branches or pull requests

1 participant