TIAForHelpingMe Posted September 3, 2018 Posted September 3, 2018 Hi All, I am very new to Auto IT and automating windows application using Jacob. Can some one help me to right click on a item in SysTreeView32. the window info tool can recognize the tree view control but cannot recognize items inside it. also help me to select an item from the context menu that appears on the right click. can some one help me with au3 sample file to do that TIAForHelpingMe
FrancescoDiMuro Posted September 3, 2018 Posted September 3, 2018 3 hours ago, TIAForHelpingMe said: Can some one help me to right click on a item in SysTreeView32. ControlClick() ? Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette
TIAForHelpingMe Posted September 4, 2018 Author Posted September 4, 2018 none of the controlTreeViewSelect , controlClick , controlGetPosX etc. APIs are working for this tree view control, it is Win32 application which I am running on 64 bit windows 10 the mouseClick API is working but need your help in the following : to find the screen co-ordinates of the item inside the tree view select the item , then right click on the item and then select a menu item form the context menu. Any help on this will be appreciated a lot.
junkew Posted September 4, 2018 Posted September 4, 2018 See faq 31 FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets
TIAForHelpingMe Posted September 6, 2018 Author Posted September 6, 2018 VisualUIAVerifyNative.exe is showing the Name property(always) and AutomationID property (sometimes) but Auto It is not recognizing the tree control items based on these properties. How do we identify the tree control and the various items that are present inside it using Auto -It only , pls explain with example. Note that this tree control already exists and I am not creating it.
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