A few questions : Automation Tools

A few questions

Ranorex Spy, Recorder, and Studio.

A few questions

Postby S_Gavrikov » Thu Sep 29, 2011 1: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#
S_Gavrikov
 
Posts: 3
Joined: Mon Sep 26, 2011 1:54 pm

Re: A few questions

Postby Support Team » Thu Sep 29, 2011 2: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
User avatar
Support Team
Site Admin
 
Posts: 4837
Joined: Fri Jul 07, 2006 5:30 pm
Location: Graz, Austria


Return to Automation Tools

Who is online

Users browsing this forum: No registered users and 0 guests