Jump to content

Is there a function that I can use to click on an IE object and get it to return the object id?


Recommended Posts

I want to make a script that will tooltip or msgbox the identity of an object like a drop down box or a textbox so I can use the info to make another script. Does anyone have a tool like this?

Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html

Link to comment
Share on other sites

'?do=embed' frameborder='0' data-embedContent>>

with simplespy you will get your basics

Whats the intention of your question?

Other syntax is with Instance:NN where NN is the sequence index

e.g. Click the 2nd instance of a "Button" control containing the text "Finish"

ControlClick("My Window", "", "[CLASS:Button; TEXT:Finish; INSTANCE:2]")

As frequently in HTML developers do not assign an id value for non-entry elements making life harder and I believe with inspect element tools you will initially not see the Id (if its not there some browsers generate it themselves for that session)

Link to comment
Share on other sites

I'm just trying to make it easier for making scripts to automate website navigation with autoit. I have a tool that tells me the pixel coordinates and the hex and dec color value. I was looking for another similar tool for finding info on web objects to help speed up the process.

Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html

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