Hi all,
I have a collection of AutoIT scripts which I use to run build sanity checks on my builds. The dialogs I am testing are basically HTML code contained within a custom HTML container.
I find the IE functions very useful as I can click buttons, wait for certain elements to appear etc. For each dialog I am testing, I get the HTML source on the fly like this:
(All the HTML is within an 'Internet Explorer_Server' Object)
#include <ie.au3>
#include "functions.au3"
$WindowTit