Page 1 of 1

A few questions

Posted: Thu Sep 29, 2011 12:47 pm
by S_Gavrikov
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#

Re: A few questions

Posted: Thu Sep 29, 2011 1:10 pm
by Support Team
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