01-23-2008, 04:15 AM
Hi Ankur,
If you look at the attachment you will notice that the "ANNUITANT Driven - Affirm Standard Usage Product" is located at the 2 row in the first screen shot and at the 4 row in the second screen shot there by changing the property value.
In order to select the radio button corresponding to my UI text,my understanding is that I have to get the row and column number based on the UI text (i.e ANNUITANT Driven - Affirm Standard Usage Product) in my case and then select the radio button coresponding to that row. If this is the right way then please let me know how to write the code for this ?
Following is the line that was added to the expert view for the first screen shot:
Following is the line added to the expert view for the second screen shot and for the same object that I want to select :
Thank you,
Sri
If you look at the attachment you will notice that the "ANNUITANT Driven - Affirm Standard Usage Product" is located at the 2 row in the first screen shot and at the 4 row in the second screen shot there by changing the property value.
In order to select the radio button corresponding to my UI text,my understanding is that I have to get the row and column number based on the UI text (i.e ANNUITANT Driven - Affirm Standard Usage Product) in my case and then select the radio button coresponding to that row. If this is the right way then please let me know how to write the code for this ?
Following is the line that was added to the expert view for the first screen shot:
Code:
Browser("Login").Page("Environment : BATEST_3").WebRadioGroup("WebRadioGroup").Select "ADMServerPanel1$ctl03$ctl05$ctl05$SearchResultsGrid$ctl02$RadioProdSelect"
Following is the line added to the expert view for the second screen shot and for the same object that I want to select :
Code:
Browser("Login").Page("Environment : BATEST_3").WebRadioGroup("WebRadioGroup").Select "ADMServerPanel1$ctl03$ctl05$ctl05$SearchResultsGrid$ctl04$RadioProdSelect"
Thank you,
Sri