Skip to content

Tag: selenium

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 screenshot…

Setting up Selenium correctly

I have been trying to install Selenium for about a day now, and I can´t get it to work. First, I just downloaded the standalone jar and added it as a user library. That did work out fine, until I wanted to use org.openqa.selenium.htmlunit.HtmlUnitDriver. Apparently, this library is not included in the jar. So…