Die Funktionalität dieser Website ist durch Wartungsarbeiten eingeschränkt, die Ihr Erlebnis verbessern sollen. Wenn ein Artikel Ihr Problem nicht löst und Sie eine Frage stellen möchten, können Sie unsere Gemeinschaft über @FirefoxSupport auf Twitter, /r/firefox oder Reddit fragen.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

Can I Clear all history from command line?

  • 3 Antworten
  • 3 haben dieses Problem
  • 1 Aufruf
  • Letzte Antwort von ideato

more options

Is there a way to simulate clearing all history

Tools -> Clear Recent History -> Everything

from the command line in Windows 7?

I'm writing test automation and this would come in handy when running my tests

Is there a way to simulate clearing all history Tools -> Clear Recent History -> Everything from the command line in Windows 7? I'm writing test automation and this would come in handy when running my tests

Alle Antworten (3)

more options

not an answer to your question, but please update to Firefox 20.0.1 before continuing to use the internet. Update Firefox to the latest release

more options

The following article documents the available command line switches: https://developer.mozilla.org/docs/Mozilla/Command_Line_Options

I don't see that option in there, but what do you think about starting Firefox in private browsing mode for your test?

more options

Hello

"C:\Program Files\Mozilla Firefox\firefox.exe" -chrome "chrome://browser/content/preferences/sanitize.xul"


UPDATE : the next is the correct :

"C:\Program Files\Mozilla Firefox\firefox.exe" -chrome "chrome://browser/content/sanitize.xul"

forget the first

thank you

Geändert am von ideato