SentryP 0 Posted October 1, 2010 (edited) Here is my issue I'm tring to click this button using autoit. I can't get it to work. I have tried lots of things and noting is working. here is a screen shot of the button I'm trying to click I have tried to do the click but it isn't named. Please help me!!! I'm very new to this! Thank you $oIE1 = _IECreate ("https://internal site", 1) _IELoadWait ($oIE1) $o_Template = _IEGetObjByName ($oIE1, "sys_display.IO:number") _IEFormElementSetValue ($o_Template, "Server Decommission") $oForm1 = _IEFormGetCollection($oIE1, 0); Retrieves the First form object in the page $oSubmitButton1 = _IEFormElementGetCollection($oForm1, 4); 5 because index starts at 0 _IEAction($oSubmitButton1, "click"); Clicks on the button _IELoadWait ($oIE1) Edited October 1, 2010 by SentryP Share this post Link to post Share on other sites
SentryP 0 Posted October 2, 2010 No help on this??? If I need to add more info just let me know. Thank you Share this post Link to post Share on other sites
DaleHohm 65 Posted October 2, 2010 Make sure you run this in SciTe with F5 and then pay attention to the output to the SciTe console. Dale Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curlMSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object modelAutomate input type=file (Related)Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded Better Better?IE.au3 issues with Vista - WorkaroundsSciTe 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 Share this post Link to post Share on other sites
wakillon 403 Posted October 2, 2010 No help on this???If I need to add more info just let me know.Thank youyou need help ? we need url ! AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Share this post Link to post Share on other sites