running firefox in private then execute url

Technical support and scripting issues

Moderators: JRL, Dorian (MJT support)

Post Reply
macroman
Pro Scripter
Posts: 93
Joined: Mon Jun 02, 2014 5:32 am

running firefox in private then execute url

Post by macroman » Sat May 09, 2015 8:47 pm

Hi all,

How do I go about opening firefox in private mode then executing a url? I have tried and it does not work:

executefile>firefox.exe -private http://www.nba.com

Dominic_Fichera
Pro Scripter
Posts: 82
Joined: Mon Mar 24, 2014 12:15 pm

Re: running firefox in private then execute url

Post by Dominic_Fichera » Sun May 10, 2015 1:47 am

Give this a go:

Code: Select all

Run>cmd.exe /c start firefox -private
Remember Let>RP_ADMIN=1 if you need Firefox to be run as admin.

Good luck! :)

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts