Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

_IEPropertyGet help

$
0
0
If I attach to a page which contains the data in the attached file Attached File  test.html   14.78K   4 downloads why doesn't the following work?  I'm working towards this output:

../opinions/SA34_12.html|RICHARD GOLLIN v. TRIP ADVISOR LIMITED|Sheriff Principal Derek C.W. Pyle|25/02/2013|28/02/2013


but can't get the data - I thought that  "C004_gridStructuredResults_ctl00__"& $i" can't be done but it doesn't even work if I put in a static example like  "C004_gridStructuredResults_ctl00__"5.


[ autoit ]      
#include $oIE = _IEAttach("Sheriff Court") For $i = 1 To 5 $oDiv = _IEGetObjById($oIE, "C004_gridStructuredResults_ctl00__"& $i") ConsoleWrite(_IEPropertyGet($oDiv, "innertext") & @CRLF) Next

Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>