Skip to content

Releases: sitespeedio/browsertime

v22.5.3

25 Jun 19:35
Compare
Choose a tag to compare

Fixed

  • Another fix to make IntelliSense/Code completion work again #2147.

v22.5.2...v22.5.3

v22.5.2

24 Jun 09:48
Compare
Choose a tag to compare

Fixed

  • Updated Selenium dependencies #2146.

v22.5.1...v22.5.2

v22.5.1

24 Jun 07:40
Compare
Choose a tag to compare

Fixed

  • Fixed exporting to make IntelliSense/Code completion work again #2145.

v22.5.0...v22.5.1

v22.5.0

14 Jun 05:53
Compare
Choose a tag to compare

Added

  • Updated the Docker container to include Chrome 126 and Firefox 127. Chromedriver has been updated to 126 #2141.

v22.4.1...v22.5.0

v22.4.1

07 Jun 04:39
Compare
Choose a tag to compare

Fixed

  • Make sure the engine is stopped before the extra video/profile run #2140.

v22.4.0...v22.4.1

v22.4.0

06 Jun 04:27
Compare
Choose a tag to compare

Added

  • Use --enableVideoRun to get one extra run with a video and visual metrics #2139.

v22.3.0...v22.4.0

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