--window-position and --window-size command line switches not supported #7206
Labels
closed/works-for-me
misc/command-line-args
OS/Desktop
priority/P4
Planned work. We expect to get to it "soon".
Description
Chrome has the following command line options: https://peter.sh/experiments/chromium-command-line-switches . The two I am looking at in particular:
--window-position=x,y
and--window-size=height,width
are not supported by BraveSteps to Reproduce
Run the following (using the Windows Run utility):
C:\Program Files (x86)\Google\Chrome\Application\chrome.exe --window-position=50,50 --window-size=300,300
C:\Program Files (x86)\BraveSoftware\Brave-Browser\Application\brave.exe --window-position=50,50 --window-size=300,300
Note how the first command controls the size and position of the browser window that is launched, but the second does not.
Expected result:
Brave browser should support these command line parameters
Reproduces how often:
Every time
Brave version (brave://version info)
Other Additional Information:
The text was updated successfully, but these errors were encountered: