Skip to main content

Changelog

Selenium Python

5.25.5 (Apr 17, 2024)

Features

  • Improved heuristic to detect the latest commit SHA and timestamp to improve conflict management
  • Enhanced support for tunnel solution in Execution Cloud

5.25.4 (Apr 1, 2024)

Bug Fixes

  • Internal improvements

5.25.3 (Mar 31, 2024)

Features

  • Added the option to include a merge timestamp using the gitMergeBaseTimestamp configuration method
  • Added support for parallel push and PR flows, using the APPLITOOLS_BATCH_BUILD_ID environment variable
  • The Eyes server now automatically aborts abandoned tests

Bug Fixes

  • Avoid using deprecated webdriver commands
  • Improved stability when deploying Eyes updates

5.24.2 (Feb 29, 2024)

Bug fixes

  • The Eyes server URL can now include a path, for example https://eyes.mycompany.com/eyes
  • Fixed issue executing DOM-Capture script
  • Resolved issue with port collision when running tests with Execution Cloud

5.24.1 (Feb 13, 2024)

Bug fixes

  • An error is now generated when there is a non-Unicode character
  • Resolved issue with CDP commands in Chromium

5.24.0 (Jan 30, 2024)

Features

  • Added support for configuring proxy settings using APPLITOOLS_PROXY_URL environment variable

5.23.5 (Jan 16, 2024)

Bug fixes

  • Fixed issue parsing media when using Ultrafast Grid

5.23.4 (Jan 2, 2024)

Features

  • When using visual locators, results of locate method are now ordered based on location on the screen starting from top left.

Bug fixes

  • Fixed issue aborting a test which failed to start
  • Improved error handling while taking a DOM snapshot
  • Fixed handling of tests with multiple steps using Applitools Native Mobile Library
  • Custom OS name passed through configuration is now passed to the session correctly

5.23.3 (Dec 19, 2023)

Bug fixes

  • Screenshots are now scaled properly in iOS devices with Appium 2
  • Fixed infinite loop that may appear during attribute extraction
  • Resolved performance issue with multiple runners within the same process

5.23.2 (Dec 18, 2023)

Bug fixes

  • Fixed issue when page didn't reload for one of the breakpoints if the initial viewport size matches it

5.23.1 (Dec 12, 2023)

Features

  • Improvements to Applitools Native Mobile Library
  • Applitools Windows binaries are now signed
  • Improved DOM snapshot elements extraction in Ultrafast Grid

Bug fixes

  • Added support for LazyLoad when reloading the page using layoutBreakpoints

5.23.0 (Dec 5, 2023)

Features

  • Added eyes.get_results() method
  • You can now target an image using eyes.check

Bug fixes

  • Improved concurrency support

5.22.0 (Nov 21, 2023)

Features

  • A notification now appears if there is a newer version of the SDK

Bug fixes

  • Preserve css declarations order in dom-snapshot
  • devtool commands are now supported in all Chromium browsers
  • Long running tasks no longer time out
  • Test results are now generated even if there is an unexpected error in some of the tests

5.21.2 (Nov 7, 2023)

Bug fixes

  • Handled duplicated style properties in inline style tags in UFG tests
  • UFG requests that respond with a 503 error are now automatically retried
  • Fixed issue that caused DOM snapshots to be taken for different viewport sizes when layout breakpoints were explicitly turned off

5.21.1 (Oct 30, 2023)

Bug fixes

  • Safe selectors are now generated as close as possible to taking DOM snapshot

5.21.0 (Oct 25, 2023)

Features

  • Added support for Python Appium version 3 and earlier

5.20.5 (Oct 17, 2023)

Features

  • New devices added to IosDeviceName enum

Bug fixes

  • SDK no longer uses an ascii text decoder
  • Webview screenshots can now be taken with css stitching

General changes

  • Removed jsdom dependency

5.20.4 (Aug 18, 2023)

Features

  • Replace and close tunnels by tunnel id

Bug fixes

  • Optimized driver usage on close

5.20.3 (Aug 10, 2023)

Bug fixes

  • Internal improvements

5.20.2 (Aug 08, 2023)

Bug fixes

  • Internal improvements

5.20.1 (Aug 08, 2023)

Features

  • Improved log event on eyes.open