Which command line argument use to open firefox popup window
Hello frnds,
I want to open the firefox popup window from my wpf application by passing the command line argument.
I can open the chrome window using command line argument
--app <url>
but I didnt find any command line argument for open the firefox window as popup
mainly my goal is open firefox popup window from my WPF application and I can pass the command line arguments
Thanks
All Replies (3)
https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options Last updated Jan 21, 2014 - not sure what changed, but the mozillaZine KB article was last updated 17 October 2012
To open an external link in a new window you can use the -new-window command line switch.