Search found 3 matches

by MarkusW
Tue May 19, 2020 3:29 pm
Forum: General Questions
Topic: Unable to un-install Ranorex.Automation.Helper package
Replies: 1
Views: 1574

Unable to un-install Ranorex.Automation.Helper package

Hi, i wanted to add "Ranorex.Automation.Helper" package (as described here https://www.youtube.com/watch?v=tmhqengjd2k ). I right-clicked solution and wanted to add AutomationHelper. Installation did start but could not finish due to Popup saying I should save my changed open files first. But unfort...
by MarkusW
Wed Apr 09, 2014 6:48 am
Forum: Automation Tools
Topic: How to update RepoElements in Usercode
Replies: 2
Views: 2130

Re: How to update RepoElements in Usercode

Hi, so i tested the feature with disabling the caching, but this didn't work either. My solution anyway, that helped me got around the problem, is to switch over the possible RepoItems that are defined / used in the Tuple and then retrieved a new Element with the updated element location. for( int i...
by MarkusW
Wed Mar 19, 2014 2:41 pm
Forum: Automation Tools
Topic: How to update RepoElements in Usercode
Replies: 2
Views: 2130

How to update RepoElements in Usercode

Hi, i'm facing a problem that i store some repoItems (RadioButtons etc.) in a Tuple set, that will provide some configuration that i have to perform on the UI. Tuple<RadioButton, RadioButton, RadioButton>[] configuration = { //Configurations new Tuple<RadioButton, RadioButton, RadioButton>( ..repoIt...