Skip to content

Releases: sitespeedio/browsertime

v22.3.0

04 Jun 13:53
Compare
Choose a tag to compare

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

v22.2.0...v22.3.0

v22.2.0

24 May 14:05
Compare
Choose a tag to compare

Added

  • New command: Mouse single click on a element with a specific id commands.mouse.singleClick.byId(id) and commands.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.2.0

v22.1.0

20 May 12:34
Compare
Choose a tag to compare

Added

  • Updated to Edge and Edgedriver 125 #2132.

Fixed

  • Updated to Selenium Webdriver 4.21.0 #2131.
  • Trying to remove new Chrome popup #2130.

v22.0.0...v22.1.0

v22.0.0

16 May 12:02
Compare
Choose a tag to compare

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.

Added

  • Updated the Docker container to use Chrome 125 and Firefox 126 and Edge 124 #2125 and #2128.

v21.7.1...v22.0.0

v21.7.1

05 May 09:47
Compare
Choose a tag to compare

Fixed

  • Bug fix: If you test a URL that failed, we got an error that didn't produce the browsertime.json #2120.
  • Updated to Seleniuym webdriver 4.20.0 #2121.

v21.7.0...v21.7.1

v21.7.0

03 Apr 05:32
Compare
Choose a tag to compare

Added

  • Edge and Edgedriver 123 #2116.

Fixed

  • Updated to Selenium 4.19.0 #2117.
  • Block domains using Bidi instead of the extension server for Firefox #2118.

v21.6.1...v21.7.0

v21.6.1

22 Mar 14:13
Compare
Choose a tag to compare

Fixed

  • Fix running Safari TP. Thank you KS for PR #2115.

v21.6.0

20 Mar 13:29
Compare
Choose a tag to compare

Added

  • Chrome 123, Firefox 124 and Edge 122 in the Docker container #2110.
  • Chromedriver 123 and Edgedriver 122 #2111.

Fixed

  • Fix a bug in stopAsError so that you can continue to measure other pages after the stop. Also follow the documentation and mark the run as a failure #2107.
  • Use bidi for Firefox when using --basicAuth #2093 (needs Firefox 124).
  • Use bidi for Firefox when using --cookie #2090 (needs Firefox 124).

v21.5.4...v21.6.0

v21.5.4

13 Mar 14:06
Compare
Choose a tag to compare

Fixed

  • Fix for --injectJs for Firefox #2103.

v21.5.3...v21.5.4

v21.5.3

13 Mar 05:46
Compare
Choose a tag to compare

Fixed

  • Fixed commands.bidi.* that stopped working #2101.
  • Fixed missing Loaf data #2100.

v21.5.2...v21.5.3