Search found 5 matches

by kiran
Thu Jul 09, 2009 9:58 am
Forum: General Questions
Topic: How to bring element to visible to user
Replies: 1
Views: 3427

How to bring element to visible to user

I have a web document screen which has elements and scroll bar along with it. Please find the images that i have uploaded. http://img25.imageshack.us/gal.php?g=element1m.jpg or http://img25.imageshack.us/gal.php?g=element1m.jpg First image has Scan Options label which has checked boxes which i need ...
by kiran
Tue Jun 23, 2009 2:21 pm
Forum: General Questions
Topic: How to recognize the links in the text box
Replies: 7
Views: 2854

Re: How to recognize the links in the text box

Alex, I got the id from Ranorex spy itself. I can get id and go further. But the thing is daily those versions get appended like 6.0.0 today 7.0.0 tomorrow..like that I can't hard code directly or change the link daily in my code. I want the code to be generic and dynamic. So that's the reason i too...
by kiran
Tue Jun 23, 2009 12:58 pm
Forum: General Questions
Topic: How to recognize the links in the text box
Replies: 7
Views: 2854

Re: How to recognize the links in the text box

Please look at the link in which i uploaded the screen shot. I need to click on the 6.0.0. link in the text box of 1st row and 3rd column. I have written the below code to do that : repo.WebDocumentWeb_Browse.LinkTrTag.Focus(); Delay.Seconds(3); repo.WebDocumentWeb_Browse.LinkTrTag.Children[0].Click...
by kiran
Tue Jun 23, 2009 9:30 am
Forum: General Questions
Topic: How to recognize the links in the text box
Replies: 7
Views: 2854

How to recognize the links in the text box

I have an application with a table of rows and columns. Each row has 4 columns and first row consist of a link which redirects to another page. Have a look at this link in which i uploaded the application gui. How to click on the last link of the text box. All the controls are in the web document fo...
by kiran
Tue Jun 23, 2009 7:29 am
Forum: General Questions
Topic: Will Ranorex code work in Vista
Replies: 3
Views: 2224

Re: Will Ranorex code work in Vista

Can you let me know how to track the elements in vista system. When i click on the button tag in the web form it shows its id as " [/dom[@caption='Internet Security Suite']/./body./body/*/*/*/*/*/div[@id='Welcome_MiddlePanel']/*/*/tr[2]/*/*/a]" in windows XP. But when i track in windows vista it sho...