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!

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

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

  • 1 ответ
  • 1 имеет эту проблему
  • 1 просмотр
  • Последний ответ от 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.

Все ответы (1)

more options