Search found 4 matches

by diwakar_224
Fri Aug 26, 2016 8:52 pm
Forum: Object Identification and Technologies
Topic: How to grab SVG elements using Ranorex ?
Replies: 3
Views: 2642

Re: How to grab SVG elements using Ranorex ?

Thanks for the reply. Grab means I need to have path for all the elements inside a graph made by SVG. I want to click on the rectangles/or any figure, get the tooltip value. Yes, I'm talking about Scalable Vector Graphics. I've a graph made with SVG in HTML5. When I hover on any shape within x-y axi...
by diwakar_224
Fri Aug 26, 2016 7:10 pm
Forum: Object Identification and Technologies
Topic: How to grab SVG elements using Ranorex ?
Replies: 3
Views: 2642

How to grab SVG elements using Ranorex ?

I'm using Ranorex 6.0.1 version and trying to do some testing on graphs made by SVG in HTML 5. When I'm using spy, I'm getting outer container and graph axis values but not rectangle/tooltip values. How to we work with SVG elements. Any help is appreciated. Due to security reasons I'm unable to atta...
by diwakar_224
Fri Aug 26, 2016 6:26 pm
Forum: Object Identification and Technologies
Topic: Is Openfin supported by Ranorex ?
Replies: 2
Views: 1911

Re: Is Openfin supported by Ranorex ?

Thank you for the reply. I was able to make this work. Here is what I did : Changed runtime settings in OpenFin app config file as following: "runtime": { "arguments": "--force-renderer-accessibility --load-extension=ranorex_extension_directory", "version": "alpha" }, Unzip the contents to a folder ...
by diwakar_224
Thu Aug 18, 2016 8:50 pm
Forum: Object Identification and Technologies
Topic: Is Openfin supported by Ranorex ?
Replies: 2
Views: 1911

Is Openfin supported by Ranorex ?

I’m working on testing an application which have DevExpress grids built on HTML5 and wrapped in Openfin container. My question is – does Ranorex 6.0.1 support Openfin ? Due to security reasons I cannot share much info about the application. All I can say is I’ve tried many things to make this work l...