Arpitha Posted October 19, 2015 Posted October 19, 2015 Currently, I am using AutoIT with Progress 4GL(OpenEdge) Client to automate the test cases. I am trying to find the elements of the client using Widget ID. Unfortunately, I am not able to identify Widget IDs using AutoIT finder Tool. Do I have to use anything else with AutoIt to find a solution for this? Please help!Codes are attached for reference:Progress 4GL sample code: def var x as char label "First" no-undo.def var y as int label "Second" no-undo.def var z as decimal label "Third" no-undo.def var m as logical init no label "Fourth" no-undo.formx widget-id 20 skip(1) y widget-id 30 skip(1) z widget-id 40 skip(1)m widget-id 50with side-labels frame frm1 widget-id 60 . AUTO IT FINDER Tool Control: Class: EditInstance: 9ClassnameNN: Edit9Name: Advanced (Class): [CLASS:Edit; INSTANCE:9]ID: 80Text: Position: 57, 204Size: 72, 22ControlClick Coords: 26, 13Style: 0x54000080ExStyle: 0x00000000Handle: 0x02590584 Here, How do I fetch the Widget-ID through AutoIT? Any solution is welcome.Thanks in Advance!Arpitha
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now