Updated to Browsertime 25.5.2 that has updated versions of Selenium WebDriver and correct export for scripting.
API: Copy Browsertime setting from the option object to the API. There cases where you use a configuration file, override it with CLI parameters and the cli parameters didn't override the configuration file. That is fixed now for Browsertime configurations #4200.
The docker hub has had some problem and started to publish old images (as new!). That broke our latest tag to include chrome/edge//firefox 111. This release auto publish the latest one again.
Make it possible to disable the API. In some cases where you extends another configuration file, you could end up in a API loop where the API calls the API #4191.