github seleniumbase/SeleniumBase v1.65.3
Make improvements to SeleniumBase Visual Testing

latest releases: v4.26.2, v4.26.1, v4.26.0...
2 years ago

Make improvements to SeleniumBase Visual Testing

  • The self.check_window() method gets the check_domain arg.
    -- check_domain defaults to True.
    -- If check_domain is set to False, the domain check won't occur.
  • Improvements were also made to the layout comparison outputs.
self.check_window(name="default", level=0, baseline=False, check_domain=True)

For the Visual Testing docs, see:
https://seleniumbase.io/examples/visual_testing/ReadMe/

For the Visual Testing YouTube video, see:
https://www.youtube.com/watch?v=erwkoiDeNzA

Other changes:

  • Change default button colors for IntroJS Tours.
  • Refresh Python dependencies:
    -- setuptools>=58.0.2;python_version>="3.6"
    -- matplotlib-inline==0.1.3;python_version>="3.7"

Don't miss a new SeleniumBase release

NewReleases is sending notifications on new releases.