github seleniumbase/SeleniumBase v1.53.0
Add shortcuts for selecting the browser type

latest releases: v4.28.0, v4.27.5, v4.27.4...
3 years ago

Add shortcuts for selecting the browser type:

--chrome  # (Shortcut for "--browser=chrome". Default.)
--edge  # (Shortcut for "--browser=edge".)
--firefox  # (Shortcut for "--browser=firefox".)
--opera  # (Shortcut for "--browser=opera".)
--safari  # (Shortcut for "--browser=safari".)

Other changes:

  • Fix an edge case regarding the loading of jQuery to scroll to an element on a page that has a restrictive CSP, where jQuery is not yet defined.
  • Also update Python dependencies:
    -- pip>=21.0
    -- setuptools>=52.0.0
    -- prompt-toolkit==3.0.13
    -- rich==9.9.0

Don't miss a new SeleniumBase release

NewReleases is sending notifications on new releases.