Jump to content

Click a web button


Recommended Posts

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 by SentryP
Link to comment
Share on other sites

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, 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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...