Jump to content

Recommended Posts

Posted

> identity of an object like a drop down box or a textbox

Are you talking about a drop down box or a textbox created in a AutoIt script or in html code or something else?

Posted

'?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)

Posted

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

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
  • Recently Browsing   0 members

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