Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead?
Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble
IE Builder (see my sig) will also help you with this.
Dale
Thanks Dale! I have used IEBuilder and it is a great tool but in this situation when new instances of Internet Explorer were opened as Frames and sub frames IEBuilder does not see the objects in the frame.
I found that only DebugBar with it's spy feature would do this. If I missed something on how to use IEBuilder please let me know.
Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead?
Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Recommended Posts
PsaltyDS
Huh?
All the indexes in IE.au3 that I can think of are zero-based. The help file entry on _IELinkGetCollection() for example:
So the first link is just $oLink = _IELinkGetCollection($oIE, 0)
The first form is $oForm = _IEFormGetCollection($oIE, 0)
etc.
Your topic here is now the write up...
Edit: Typo
Edited by PsaltyDSDaleHohm
IE Builder (see my sig) will also help you with this.
Dale
Edited by DaleHohmFree Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl
MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model
Automate input type=file (Related)
Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded Better Better?
IE.au3 issues with Vista - Workarounds
SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y
Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead?
Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble
vcrocca
I found that only DebugBar with it's spy feature would do this. If I missed something on how to use IEBuilder please let me know.
DaleHohm
You are doing as I do by using DebugBar Spy. IE Builder does not drill into Frames unless you point it at the frame src.
Dale
Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl
MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model
Automate input type=file (Related)
Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded Better Better?
IE.au3 issues with Vista - Workarounds
SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y
Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead?
Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble