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!

Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Learn More

Is it possible to automate Firefox using Excel VBA

more options

We have done automating Internet explorer using VBA, Now we have few projects which supports and do working on Mozilla only , ..so need to automate the applications in firefox using VBA excel macros .

I heard it is possible by adding and regestring some dll's. So Could you please help me on this with details.

Thanks & Regards, Nani.

We have done automating Internet explorer using VBA, Now we have few projects which supports and do working on Mozilla only , ..so need to automate the applications in firefox using VBA excel macros . I heard it is possible by adding and regestring some dll's. So Could you please help me on this with details. Thanks & Regards, Nani.

Seçilen çözüm

This forum is for user support, your question is beyond the scope of user support.

Try searching the Mozilla Developer Network website about your query.
https://developer.mozilla.org/en-US/
Here's an article about building a component DLL.
https://developer.mozilla.org/en-US/docs/Building_a_component_DLL

Bu yanıtı konu içinde okuyun 👍 0

Tüm Yanıtlar (2)

more options

Seçilen çözüm

This forum is for user support, your question is beyond the scope of user support.

Try searching the Mozilla Developer Network website about your query.
https://developer.mozilla.org/en-US/
Here's an article about building a component DLL.
https://developer.mozilla.org/en-US/docs/Building_a_component_DLL

more options

Firefox isn't a COM-based application, so unlike Internet Explorer, you can't just CreateObject() on the browser.

You might also check out Selenium: http://docs.seleniumhq.org/ (it is updated for Firefox 22, but users have reported problems with Firefox 23).