Hi guys,
reading >this topic I discovered there is no way to get the "class" attribute value of an object using only IE Management UDF.
For example, www.google.com had a DIV element with class = "ctr-p".
If I run this script
#include <IE.au3>
$oIE = _IECreate("http://www.google.com", 0, 0, 1, 0...