Releases: sitespeedio/browsertime
v22.5.0
Added
- Updated the Docker container to include Chrome 126 and Firefox 127. Chromedriver has been updated to 126 #2141.
v22.4.1
v22.4.0
Added
- Use
--enableVideoRun
to get one extra run with a video and visual metrics #2139.
v22.3.0
Added
- Add the ability to gather power usage measurements on Android from USB power meters, thank you Gregory Mierzwinski for PR #2134.
- Add support to visualmetrics to identify key frames matching the given colors, thank you aosmond for PR #2119.
Fixed
- Removed DOMContentFlushed for Firefox thank you florinbilt for PR #2138.
v22.2.0
Added
- New command: Mouse single click on a element with a specific id
commands.mouse.singleClick.byId(id)
andcommands.mouse.singleClick.byIdAndWait(id)
#2135. - New command:
commands.wait.byIdAndVisible(id, maxTime)
- wait for an element with id to become visible #2137.
Fixed
- Make sure errors are correctly logged if you cannot add text to element #2136.
v22.1.0
v22.0.0
Breaking
There's a breaking change for Firefox if you add your own request header or if you use scripting and want to clear the browser in your script:
-
Removed the Browsertime extension. In the old days the extension helped Chrome and Firefox to add cookies, requestheaders, clear caches and more. However all that functionality has been implemented in CDP for Chrome and most functionality using Bidi webdriver for Firefox. At the moment we drop two things for Firefox: Add request header and clear the cache inside of scripting. We hope both soon is supported in Bidi #2124.
-
The ff-test-bidi-har-export is now the default (and only) way to get a HAR file from Firefox. It's faster than the old HAR exporter and works on both desktop and mobile. It's also is implemented using Bidi so when other browsers also support bidi they can also export a HAR #2123.