SLIpros Posted July 15, 2009 Posted July 15, 2009 Hey,$oIE = _IECreate("http://www.multiupload.com/", 1, 1)_IELoadWait ($oIE)$oSubmit = _IEGetObjByName ($oIE, "file_0")_IEAction ($oSubmit, "click") here opens file box ( where i can chose a file 2 upload ), but why i can't send nothing 1 this field?Send( "D:\1.rar" )Thank you
DaleHohm Posted July 16, 2009 Posted July 16, 2009 The script is stalling after _IEAction ($oSubmit, "click")waiting for control to be returned to it. Please see the second example for _IEAction for an alternative. 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
SLIpros Posted July 16, 2009 Author Posted July 16, 2009 Where i can find last verion of documentation.I can find only this http://www.autoitscript.com/autoit3/docs.shtml there only 1 example of _IEAction Thank you
DaleHohm Posted July 16, 2009 Posted July 16, 2009 Where i can find last verion of documentation.I can find only this http://www.autoitscript.com/autoit3/docs.shtmlthere only 1 example of _IEActionThank youStart Menu, AutoIt V3, HelpfileDale 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
Recommended Posts
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!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now