Jump to content

Some controls not identified by AutoIt window info


 Share

Recommended Posts

Some buttons on a certain window are not identified by the AutoIt window info... The window class is Internet Explorer_Server1

Some programs make their own custom controls and don't use Microsoft's controls. These can not natively be interacted with using Autoits ControlClick() /ControlSend() functions.

Internet Explorer however has had a library created to allow automation. Look at the _IE*() funcs

Link to comment
Share on other sites

How can i control buttons on this class f window?

You referenced Internet Explorer_Server1, which is usually associated with an IE window, and you already have the answer for that: use the IE.au3 UDF functions to automate IE.

If the window is not and IE browser then you are looking at an embedded instance of IE in the GUI. It's a little more complicated to attach to that instance, but it can be done and then you just use the _IE* functions as before.

;)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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...