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