github seleniumbase/SeleniumBase v1.50.0
Multiple improvements and updates

latest releases: v4.26.4, v4.26.3, v4.26.2...
3 years ago

Multiple improvements and updates

  • Add cmd option --disable-ws / --disable-web-security to disable Chrome's Web Security. Chrome Web Security is now enabled by default, which is the default ChromeDriver setting. (See https://stackoverflow.com/questions/3102819/disable-same-origin-policy-in-chrome for more info about it). This change makes it easier to use the SeleniumBase Virtual Device Farm from SeleniumBase tests (See https://seleniumbase.io/devices/), which already sets the Same-Origin policy.
  • Update jQuery version to 3.5.1.
  • Update metadata for charts and presentations.
  • Ignore leading and trailing whitespace for assert_title(TITLE).
  • Make sure --pdb doesn't skip tearDown() on failures.
  • Update Python package requirements:
    -- pip>=20.2.4
    -- setuptools>=50.3.2;python_version>="3.5"
    -- urllib3==1.25.11
    -- traitlets==5.0.5;python_version>="3.7"
    -- virtualenv>=20.0.35
    -- pyotp==2.4.1
    -- zipp==3.3.1;python_version>="3.6"
    -- rich==9.0.1;python_version>="3.6" and python_version<"4.0"
    -- pdfminer.six==20201018;python_version>="3.5"

Don't miss a new SeleniumBase release

NewReleases is sending notifications on new releases.