I am using firefox running from the command line in a script to take snapshots of pages. These pages have basic HTTP authentication. Using:
firefox http://user: pass@url.com
A dialog box will appear, or authentication does not work at all.
Is there a way to make Firefox open a page without showing a dialog?
source share