Jump to content

Au3 Recorder: How to force/record of Window Titles


Orao
 Share

Recommended Posts

Hello,

I am trying to use the Au3 Recorder, but is there a way how i can force it to record all "window Titles" and "visible text"?

Because right now it just randomly sometimes records the "Window Titles + visible text", but sometimes not, even though i have checked the check box to "Record Window Titles".

For example;

For the same installer, first time it recorded the script like this:

EXAMPLE1

Run('inSSIDer.exe')
_WinWaitActivate("inSSIDer 2.0","_7909CB20E8CC38D0963")
MouseClick("left",444,389,1)
MouseClick("left",447,386,1)
MouseClick("left",441,386,1)
MouseClick("left",437,388,1)
#endregion --- Au3Recorder generated code End ---

In this case the code was not working well, because in between there are new windows, and the script should wait until the new window appears.

Examle2

Run('inSSIDer.exe')
_WinWaitActivate("inSSIDer 2.0","_7909CB20E8CC38D0963")
MouseClick("left",444,389,1)
_WinWaitActivate("inSSIDer 2.0","Select Installation Folder")
MouseClick("left",447,386,1)
_WinWaitActivate("inSSIDer 2.0","Confirm Installation")
MouseClick("left",441,386,1)
_WinWaitActivate("inSSIDer 2.0","Installation Complete")
MouseClick("left",437,388,1)
#endregion --- Au3Recorder generated code End ---

This time all the Window Titles in between and the visible text was recorded,

So the script worked well.

I have both times checked the check-box to record the Window titles, but still the most of the time it just doesn't record all of them.

Thanks for help

Edited by Orao
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...