I posted this about automating Mozilla (originator to Firefox) in the support forum earlier in response to a question, but as it is interesting and now a script/scrap, I thought I would put it here as well. The following code shows simply how to use the Mozilla ActiveX control instead of the IE control on an AutoIt form. Checkout the homepage of the Mozilla ActiveX control here. CODE#include <GUIConstants.au3> $oIE = ObjCreate("Mozilla.Browser.1") ; Create a simple GUI for our output