ContributionsMost RecentMost LikesSolutionsRe: Web element is not visible in testcomplete object hierarchy Hello AlexKaras , I had tried to do click the + icon using coordinates. Below is how i done. ParentObj.Panel is the object in the hierarchy, which has no children. Panel is pointing to whole object which includes 'Territory Name' and '+'. So I took approx coordinates of + in the Panel and done the action on 'Panel' object. parentObj.Panel.Click(128,12); If we do this way, the script will fail next time when executed in different resolution machine as the AUT has responsive UI. Thank you, Anumolu. Re: Web element is not visible in testcomplete object hierarchy Hello Marsha_R , TestComplete Version 14.40.1658 Browser: Chrome Version 81.0.4044.138 There are no child items under that panel in object tree. Thank you, Anumolu. Web element is not visible in testcomplete object hierarchy Test Complete object hierarchy is not showing + icon as child under the Panel item. Below element is showing as Panel as whole but not showing any child items under it. Territory Name + The above elements source code as below <div _ngcontent-wwr-c13="" class="col-5 col-md-5 cassign-content-head mt-4 mb-4 pb-4">Territory Name <i _ngcontent-wwr-c13="" class="fa fa-plus-circle crsassign-fa fa-crs-plus pl-2" aria-hidden="false" data-toggle="tooltip" title="Add"> </i> </div> Here same i tag in a <td> is able to accessible Is testcomplete support these? Thank you, Anumolu. SolvedRe: Issue with 'SelectItemWithValue' method and its input parameters forgot to mention: All machines are 64-Bit architecture Thank you, Anumolu. Re: Issue with 'SelectItemWithValue' method and its input parameters Hi BenoitB , I had tried the workaround you mentioned...but failed. We had multiple test machines here like below 1. WIN10 - (.Net V4.6.2) 2. WIN7 - (.Net V4.6.2) 3. WIN Server 2016 - (.Net4.6.2) 4. WIN10 - (.Net V4.8) In machines 1,2,3 - SelectItemWithValue accepting only one parameter In 4th machine, SelectItemWithValue accepting two input parameters I don't think, the issue is with the Windows Version. Is there any other ways to handle this? Thank you, Anumolu. Re: Issue with 'SelectItemWithValue' method and its input parameters Hi BenoitB , I had tried to use below OSInfo methods Log.Message(Sys.OSInfo.NetCoreCount); Log.Message(Sys.OSInfo.NetCoreVersion(0)); Log.Message(Sys.OSInfo.NetCoreVersion(1)); In both machines, the result shows SAME as below 2 v2.0.50727 v4.0.30319 There is no differentiation...Can you please help. Thank you, Anumolu. Re: Issue with 'SelectItemWithValue' method and its input parameters Hello BenoitB , The application base on .net. I checked both machines, both are having different .net framework versions. One machine having 4.8 Version and Other machine had 4.6. Can we get the .NetFramework version into our scripts? Thank you, Anumolu. Issue with 'SelectItemWithValue' method and its input parameters I am using 'SelectItemWithValue' method to select a value in 'dropdown' control. The above method is working in my machine only when I pass two parameters to the method as below controlObj.SelectItemWithValue("optoin1",true); When same script copied and run in another machine, the method is accepting only one parameter as below controlObj.SelectItemWithValue("optoin1"); I am using Same script and Same version of testcomplete in both machines. Difference is one is WIN10 and other WIN7, I don't think this is the reason for the above issue Can you please help to handle this tristaanogre SebastianP : guys please help to handle SolvedRe: Can we do Graphs and Scaling validation with testcomplete tristaanogre Thank you for your suggestion and I will surely try. And I would like to know, whether Intelligent Quality add on do any help for validation of the graphs? Can we do Graphs and Scaling validation with testcomplete Currently we had an application which is having graphs. The graphs are generated in the AUT based on the data in excel. I tried object recognition, but the whole graph is showing as an object and object type is showing as 'CANVAS' Can we able to validate the graphs and scaling points created on x and y axis using testcomplete using that data? Should Intelligent Quality add on do any help for the above scenario? Please see attachments Solved