I can pass a -url="..." parameter to launch FF for a URL, but I want to launch it with just that URL open, nothing else... I'm testing a browser plugin so if other pages are automatically opened from a previous session, this is pretty annoying!

link|improve this question

63% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Create a second firefox profile (start using -profilemanager) and select that profile (-P profilename) for your browser plugin testing (disable session restore for that profile).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.