Search found 7 matches

by Skeminje
Fri Mar 27, 2020 6:24 am
Forum: Object Identification and Technologies
Topic: Support for DotNet Browser Control & Angular
Replies: 4
Views: 1817

Re: Support for DotNet Browser Control & Angular

Hi,

Thanks. I tried with Latest Ranorex 9.3.1 and the behavior is same. I am unable to identify the objects and its properties. I will raise a support Query.

Regards,
Supreetha K
by Skeminje
Fri Mar 20, 2020 9:04 am
Forum: Object Identification and Technologies
Topic: Support for DotNet Browser Control & Angular
Replies: 4
Views: 1817

Re: Support for DotNet Browser Control & Angular

No, In Issue 1 we have not used any CEF items its just Angular 8 components(https://angular.io/guide/architecture-components) In Issue 2, the control is Dot Net Browser control(https://www.teamdev.com/dotnetbrowser) and not CEF Sharp. As far as I can see there is a difference between these 2(https:/...
by Skeminje
Thu Mar 19, 2020 1:31 pm
Forum: Object Identification and Technologies
Topic: Support for DotNet Browser Control & Angular
Replies: 4
Views: 1817

Support for DotNet Browser Control & Angular

Hi, Issue 1: We have a application which is developed using angular components (https://angular.io/guide/architecture-components) and embedded inside a WPF/Win forms. Most of the elements are getting identified as Element and Text with no much property available. Is there any other configuration we ...
by Skeminje
Tue Mar 28, 2017 2:33 pm
Forum: Object Identification and Technologies
Topic: Spy/Studio is not identifying a custom cntrl aftr AUT update
Replies: 9
Views: 2323

Re: Spy/Studio is not identifying a custom cntrl aftr AUT update

Hi,

Its actually the reverse, Ranorex stopped identifying that object as container.
Old:
/container/container[@controlname='_child']
New:
/container/element[@controlname='']
by Skeminje
Tue Mar 28, 2017 1:09 pm
Forum: Object Identification and Technologies
Topic: Spy/Studio is not identifying a custom cntrl aftr AUT update
Replies: 9
Views: 2323

Re: Spy/Studio is not identifying a custom cntrl aftr AUT update

Hi, Yes. Upload failed as maximum allowed size is 1MB and each snapshot is more than 1MB. XPath Working: /form[@wpfnative='True' and @title~'My\ A']/container/container[@automationid='LayoutRoot']/container[@automationid='MainAreaGrid']/container[2]/container/container[2]/element[@automationid='ScmA...
by Skeminje
Tue Mar 28, 2017 12:56 pm
Forum: Object Identification and Technologies
Topic: Spy/Studio is not identifying a custom cntrl aftr AUT update
Replies: 9
Views: 2323

Re: Spy/Studio is not identifying a custom cntrl aftr AUT update

Hi, I have attached both working and not working snapshots. The Object we are trying to identify is Container'_child' (you can check in working snapshot); same element is identified as element when AUT was upgraded. We will try to upgrade to newer version soon, but we are trying to figure out the re...
by Skeminje
Wed Mar 22, 2017 1:33 pm
Forum: Object Identification and Technologies
Topic: Spy/Studio is not identifying a custom cntrl aftr AUT update
Replies: 9
Views: 2323

Spy/Studio is not identifying a custom cntrl aftr AUT update

Hi, We are using Ranorex 6.0.1. We have set of scripts developed with Ranorex 6.0.1 and objects(all controls) were identified correctly in particular Draft of AUT say Draft 1. We upgraded the application to Draft 2 and Ranorex stopped identifying one control object. That object is of Custom control ...