Jump to content

Ho to automate without control properties


Recommended Posts

Hello All,

I am a newbie to AutoIT. I am trying to automate an application whose control properties window shows empty. How can i proceed next. Below is the snippet from Auto Info tool. Thanks in advance !

>>>> Window <<<<
Title:    UC-One
Class:    Qt5QWindowIcon
Position:    1139, 181
Size:    263, 470
Style:    0x96CE0000
ExStyle:    0x00000100
Handle:    0x000000000002044A

>>>> Control <<<<
Class:    
Instance:    
ClassnameNN:    
Name:    
Advanced (Class):    
ID:    
Text:    
Position:    
Size:    
ControlClick Coords:    
Style:    
ExStyle:    
Handle:    

>>>> Mouse <<<<
Position:    1251, 283
Cursor ID:    0
Color:    0xB6FFFF

>>>> StatusBar <<<<

>>>> ToolsBar <<<<

>>>> Visible Text <<<<


>>>> Hidden Text <<<<

Link to comment
Share on other sites

Welcome to AutoIt and the forum!

Which application do you try to automate? Somehow it looks Quicktime related. 

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2022-02-19 - Version 1.6.1.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (NEW 2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Link to comment
Share on other sites

First thing I would search for is command line parameters for the program. You can save yourself a lot of headache for something that has already been solved by the developer. If you cant find command line parameters then you can use pixelgetcolor, mouseclick, pixelchecksum, imgsearch, etc. What are you trying to accomplish?

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

Link to comment
Share on other sites

Hi,

that looks like Qt toolkit. As far as I know, Qt does not use windows controls and by-passes standard message based (GetMessage(), SendMessage()) event handling, it works at GDI level using its own signal-slot mechanism. I highly doubt AutoIt can do anything about it.

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