A few questions

Ranorex Studio, Spy, Recorder, and Driver.
S_Gavrikov
Posts: 3
Joined: Mon Sep 26, 2011 12:54 pm

A few questions

Post by S_Gavrikov » Thu Sep 29, 2011 12:47 pm

Hi! Prompt me.

1) How to get the value of a table cell in Ranorex?

2) I do not want log entries are written by default. I write your own.
How to unsubscribe from the records that are made by default? By using C#

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: A few questions

Post by Support Team » Thu Sep 29, 2011 1:10 pm

Hi,
S_Gavrikov wrote:1) How to get the value of a table cell in Ranorex?
you can simply do thi by accesing the attribute holding the needed information from the cell adapter.
Cell cell = "/RanoreXPath/To/Your/cell";
Report.Info(cell.Text);
S_Gavrikov wrote:I do not want log entries are written by default. I write your own.
How to unsubscribe from the records that are made by default? By using C#
You can disable the option "Use item logging by default" in Global Settings at "Recorder Defaults" tab.
By disabling this option no more logging will be generated automatically during recording.

Please hav a look at our user guide to get further information about using Ranorex:
http://www.ranorex.com/support/user-guide-20.html

Kind regards,
Tobias
Support Team