Confirmed users
166
edits
Line 237: | Line 237: | ||
* Create a profile for recording if you don't already have a suitable one,<br> | * Create a profile for recording if you don't already have a suitable one,<br> | ||
<code>c:\Program Files (x86)\Nightly\firefox.exe -no-remote -ProfileManager</code> | <code>c:\Program Files (x86)\Nightly\firefox.exe -no-remote -ProfileManager</code> | ||
* Assuming we want a recording for http://www.website.com and our profile is called “recording” we can | * Assuming we want a recording for http://www.website.com and our profile is called “recording” we can save a recording to <code>mytest.aer</code> with the following command line:<br> | ||
<code>c:\Program Files (x86)\Nightly\firefox.exe -no-remote -P recording -recording http://www.website.com/ -recording-output mytest.aer</code> | <code>c:\Program Files (x86)\Nightly\firefox.exe -no-remote -P recording -recording http://www.website.com/ -recording-output mytest.aer</code> | ||