ContributionsMost RecentMost LikesSolutionsRe: Assistance with Fetching Values from Grid Identified by 'AcuGridClass' property Thanks for your inputs. Yes, this approach was my initial plan, however , unfortunately wValue is not a property of the grid , also tried using rowCount and Cellvalue, also not a property and there are no child for the grid , I apologize for not giving this information earlier, attached the screenshot and available properties for this Assistance with Fetching Values from Grid Identified by 'AcuGridClass' property Has anyone encountered a grid identified by the AcuGridClass property? If so, I need guidance on how to fetch a value, specifically from the status column, which could be 7th column for order status. Could you please advise on the best approach to retrieve this value? also code snippet in JS if any would help SolvedRe: Choosing programming language Thanks for your detailed overview, that helped. Re: Choosing programming language Thank you, I got that clarity of choosing language. In my comment was referring to usage of name mapping and replying 'JDR2500' post and also giving a idea of how the application looked like. Thank you once again for your help Re: Choosing programming language No I am not talking about the language, referring to namemapping Re: Choosing programming language All those WndClass and WndCaption have got same value, also all of the window that my earlier screenshot shown have the same parent and it's like a order form where the text/field name and their actual editable field is identified as different Re: Choosing programming language I'll check that out, however this is one of the object with properties that I am dealing with Re: Choosing programming language Yes I do checked this document before and that was supported Re: Choosing programming language Thanks for the quick response. The goal of this project to automate the desktop application which is developed based on the Cobol framework and the object identification is bit challenging, since the objects has common properties and only way to differentiate is based on the index. our automation lead insisting on using the page object model for desktop application and also, we have to use only the scripts and Namemapping is not used for the object identification. could you also please suggest any better framework if any and references. Choosing programming language Hi everyone, we have a requirement to automate the desktop application that is built on cobol framework , I am in a dilemma to choose the programming language that is either Javascript or python, both have very good user base and community and I find it easy to implement the framework using python , so if suggestion for using the python over javascript, please suggest. Solved