Search found 3 matches

by JillNarra
Fri Aug 16, 2019 3:25 pm
Forum: How To …
Topic: Convert Ranorex Path to String and update the path in runtime
Replies: 2
Views: 1529

Convert Ranorex Path to String and update the path in runtime

Hi, I hope you can help me on my issue as I have 2 objects (container) which could be selected depending on the logic of which container you want to select. text 1.JPG text 2.JPG So I added and created a repository that I can call during runtime. repository.JPG However, during the first execution, I...
by JillNarra
Fri Aug 16, 2019 1:57 pm
Forum: How To …
Topic: How to retrieve attribute value from Dynamic in listitem
Replies: 2
Views: 2341

Re: How to retrieve attribute value from Dynamic in listitem

Hi qwertzu,

It actually works! Thank you!
by JillNarra
Thu Aug 15, 2019 4:16 pm
Forum: How To …
Topic: How to retrieve attribute value from Dynamic in listitem
Replies: 2
Views: 2341

How to retrieve attribute value from Dynamic in listitem

Hi, I need your help on how to retrieve the text from "c" attribute from a listItem. I have the following implementation below. However, I am receiving an exception that it object is not set to an instance of an object. Ranorex spy.JPG List.JPG implementation.JPG Thank you so much for the help.