Skip to content
Advertisement

Tag: chromium-embedded

Selenium screenshot performance

I am processing animations taking place in a webpage in a video software. I am currently using Selenium 4 with Chrome and I’d like to achieve a better performance. I could not find a way to leverage the Page.startScreencast method via Selenium, so my current approach is simply taking periodic screenshots using Having looked at performance with VisualVM I can

Advertisement