Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

I want to close the firefox browser which is opened through backend C# process.

  • 1 réponse
  • 1 a ce problème
  • 1 vue
  • Dernière réponse par cor-el

more options

I want to close the firefox browser which is opened through backend C# process. All other browsers support window.close(); opened through C# process. But firefox does not support.


My code in C# Process.Start("firefox", "http://www.google.com");

After opening the browser i am calling this js code.

window.close();

all other browsers working perfectly. but FF. if you can help me on this.

I want to close the firefox browser which is opened through backend C# process. All other browsers support window.close(); opened through C# process. But firefox does not support. My code in C# Process.Start("firefox", "http://www.google.com"); After opening the browser i am calling this js code. window.close(); all other browsers working perfectly. but FF. if you can help me on this.

Toutes les réponses (1)

more options