Skip to content

4.7.0 - Wire integration, UC updates, new console methods, and more

Compare
Choose a tag to compare
@mdmintz mdmintz released this 30 Oct 03:35
· 2287 commits to master since this release

Wire integration, UC updates, new console methods, and more

  • Add support for the selenium-wire library
    --> This resolves #1574
  • Prevent setting user_data_dir twice when using uc mode
    --> This resolves #1569
  • Handle UC Mode when used with incompatible modes
    --> This resolves #1579
  • Raise VisualException for visual diff assertion failures
    --> This resolves #1577
  • Add more exclude options for self.assert_no_js_errors()
    --> This resolves #1576
  • Update the SB context manager and Driver manager
    --> This resolves #1582
  • Add sbase shortcuts for seleniumbase
    --> This resolves #1581
  • Add new methods for console log interaction
    --> This resolves #1575
  • Backport ExceptionGroup to earlier Python versions
    --> This resolves #1580
  • Upgrade pytest to 7.2.0 to get all the new improvements
    --> This resolves #1578

What's Changed

  • Wire integration, UC updates, new console methods, and more by @mdmintz in #1583

Full Changelog: v4.6.6...v4.7.0