I’m currently facing an issue with playing videos in my automated tests using the Robot Framework’s Browser library, which is based on Playwright. I’m able to log in and navigate to the page with the video, but the video does not load or play correctly during the automated test.
Questions:
Is there a specific setting or configuration required in the Browser library to handle video playback?
Are there known issues or limitations with Browser library regarding video elements?
Are there any best practices or additional steps to ensure video elements load and play correctly in automated tests?