Skip to content

Add shortcuts for selecting the browser type

Compare
Choose a tag to compare
@mdmintz mdmintz released this 24 Jan 08:07
· 4614 commits to master since this release
b77cc5c

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