Search found 4 matches

by ranoman1
Mon Dec 13, 2010 3:40 pm
Forum: Object Identification and Technologies
Topic: How to identify the cell in calendar. please look at attachm
Replies: 2
Views: 2736

How to identify the cell in calendar. please look at attachm

Hi, I have attached a image and in that i have to select the date from the drop down and based on the date, the calender will load and in that i have to select the cell to schedule. The problem is when i spy and add that cell to repository, it adds the cell along with the date and time slot (which i...
by ranoman1
Mon Nov 15, 2010 10:11 am
Forum: Object Identification and Technologies
Topic: How to increase the search time in code for getting the path
Replies: 3
Views: 2588

Re: How to increase the search time in code for getting the path

Hi, Am using the following code, Ranorex.Row subrow= row.Children[ii].GetPath().ToString(); if(subrow.Cells[2].Text.ToLower()!="n/a" && ubrow.Cells[2].Text.ToLower()!="") { sourcablesubrowarraylist.Add(row.Children[ii].GetPath().ToString()); } But am getting the following error at the end, Ranorex.E...
by ranoman1
Thu Oct 28, 2010 10:33 am
Forum: Object Identification and Technologies
Topic: How to increase the search time in code for getting the path
Replies: 3
Views: 2588

How to increase the search time in code for getting the path

Am using Getpath() to get the Path of the object, but what happens is,

It is searching for the default time of 10 seconds and is failing to get the path,

But am sure that, increasing the time will help it to get the path, how to do that in code?

Regards,
Ranoman1
by ranoman1
Mon Sep 20, 2010 7:35 am
Forum: General Questions
Topic: How to capture the values from a PDF?
Replies: 1
Views: 2266

How to capture the values from a PDF?

After generating the report in PDF format, i want to validate the values in the PDF against the UI,

Is it Possible? How to capture the values in the PDF?