Greetings, all. At my wit's end trying to read element properties derived from css using IE.au3.
The information here seems not to work for me, sadly. Anyway, my test case should be the best explanation.
#include <IE.au3>
Local $window_width = 640
Local $window_height = 480
$oIE =...