Saket,
this did help and I think I'm able to find the data with the following...
(GD APRS Nine , Internet , Date) are from the static columns
GD APRS Nine is a name that is the first search and then type Internet is the second and Date is the third. I think this is right. The problem I'm having is clicking on the View link that is in the last column (Details) of the web table.
Since this page will have a view link at the end of each request
row I will need to be able to click on that link for that specific request I'm looking for.
Problem is that in the object repository the View link is list several times....ie...View, View_2, View_3.....and so on. Is there a way to be able to just click on the link without specifiying the specific object or just click on the link in that row.
And can you review what I have and let me know if it looks correct the way I'm performing my search.
And if I just edit the GetRowWithCellText...data will it perform the search on the new data.
I hope you can understand what I have written.
Thanks for Help.
this did help and I think I'm able to find the data with the following...
Code:
If Browser("").Page("").WebTable("").GetRowWithCellText("GD APRS Nine,Internet,Jun 18 2010 4:57PM") = True Then
Browser("").Page("").Link("View").click
End If(GD APRS Nine , Internet , Date) are from the static columns
GD APRS Nine is a name that is the first search and then type Internet is the second and Date is the third. I think this is right. The problem I'm having is clicking on the View link that is in the last column (Details) of the web table.
Since this page will have a view link at the end of each request
row I will need to be able to click on that link for that specific request I'm looking for.
Problem is that in the object repository the View link is list several times....ie...View, View_2, View_3.....and so on. Is there a way to be able to just click on the link without specifiying the specific object or just click on the link in that row.
And can you review what I have and let me know if it looks correct the way I'm performing my search.
And if I just edit the GetRowWithCellText...data will it perform the search on the new data.
I hope you can understand what I have written.
Thanks for Help.

