Appologies for my newbie question--I'm trying to automate Firefox.
I've installed AutoIt, SciTE, and MozRepl 1.1.2, and downloaded FF.au3. FF.au3 is in the same folder as my script.
Why does this code give me "error: _FFStart(): undefined function"?
#Include <FF.au3>
_FFStart("http://www.lego.com/en-us/default.aspx")