Opened on May 28, 2011 at 7:55:19 AM
Last modified on Mar 31, 2014 at 8:36:42 AM
#1935 closed Bug
_IEBodyReadText with IE9 failed — at Version 1
| Reported by: | J-Paul Mesnage | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.6.1 | Severity: | None |
| Keywords: | Cc: |
Description (last modified by )
with some .htm it returns a string of 1 length instead of the expected one.
IE8 is OK
#include <IE.au3> Local $oIE = _IECreate() _IENavigate($oIE, "file://" & @ScriptDir & "\testgoodfile.htm", 1) Local $fullText = _IEBodyReadText($oIE) _IEQuit($oIE) MsgBox(0, "Results", "AutoIt version =" & @AutoItVersion & @CRLF & "length of $fullText = " & StringLen($fullText))
Change History (2)
by , on May 28, 2011 at 7:55:45 AM
| Attachment: | testgoodfile.htm added |
|---|
comment:1 by , on May 28, 2011 at 7:58:26 AM
| Description: | modified (diff) |
|---|
Note:
See TracTickets
for help on using tickets.
