How to select particular value from the combo box in the current page which is entered in the previous page edit box after parameterization?

A

Questions by smitha

Showing Answers 1 - 4 of 4 Answers

Wasim

  • Nov 14th, 2005
 

Hi,

Browser().Page().WebList(). Select "value"

value - you should be knowing, has the same value you use to edit the Edit Box, or else you can use Index property

  Was this answer useful?  Yes

Subha

  • Nov 16th, 2005
 

To add the previous answer, in the Value field,

Datatable.Value(<parameterized column name>)

This will select the item with the name of the parameterized value.

Nani

  • Sep 18th, 2007
 

By using this script you can select value from the combo box.

SetTxt_IntoField Browser().Page().WebEdit("Name"),param_array()

For param array we need to give value in data table
The same value which you entered in the previous page.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions