Open
Bug 1913650
Opened 10 months ago
Updated 9 months ago
Provide an explicit flag for the URI in the CLI.
Categories
(Firefox :: Headless, enhancement, P3)
Tracking
()
NEW
People
(Reporter: zn7esutb, Unassigned)
Details
Current Behaviour
Currently, unless using one of the few flags which take a URI (--new-window
, --new-tab
, and --private-window
) what's considered to be the URI provided to the binary is based upon its position:
-
man firefox
-
SYNOPSIS firefox [OPTIONS ...] [URL] firefox-bin [OPTIONS] [URL]
This isn't ideal, because it means that the syntax differs greatly between flags.
Desired Behaviour
Instead, I suggest that there be a --uri
flag, which takes a string as its value. This would allow me to explicitly and consistently define what URI to invoke.
Updated•10 months ago
|
Priority: -- → P3
Comment 1•9 months ago
|
||
Thank you for submitting this enhancement. Marking the status as New.
Status: UNCONFIRMED → NEW
Ever confirmed: true
You need to log in
before you can comment on or make changes to this bug.
Description
•