Search found 2 matches

by enneper
Wed Jun 08, 2011 3:43 pm
Forum: Automation API
Topic: Capturing Click Timings
Replies: 2
Views: 2592

Capturing Click Timings

We are investigating using Ranorex to capture timings on various application click events; e.g. capture time it takes for response (with all screen rendering) to return to user following a button click. What we are seeking is the ability to capture the timings as follows: 1. start timer 2. click but...
by enneper
Tue May 24, 2011 5:33 pm
Forum: Automation API
Topic: Setting ReportLevel
Replies: 1
Views: 2011

Setting ReportLevel

This should be simple but can not find a solution. I want to pass in the the desired report level name ("Info", "Debug" et all) as an argument to my ranorex application and then set the report level accordingly. I have the following: string myLevelName = args[0]; // for example "Info" ReportLevel rl...