-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Add shortcuts for Chromium browsers (Opera, Brave, Comet, Atlas)
In regards to using Opera, Brave, Comet, and Atlas... currently, you usually have to specify the binary_location in order to use that browser. That may require a scavenger hunt if you don't already know where to look. The user should be able to just specify the browser, rather than the binary_location.
These command-line options will be added to work in all formats:
--opera--brave--comet--atlas
You will also be able to specify the browser like this:
browser="opera"browser="brave"browser="comet"browser="atlas"
In the case of conflicting arguments, eg. setting browser="opera", but then setting --comet, the method arg should take priority over command-line options.
Note that the special browser will already need to be installed before you can use it in automation.
Also, setting the binary_location will take priority over setting a browser (assuming the path exists).