01-29-2013, 09:00 PM
Through QTP, How can capture dropdown list value in PORTAL
Issue for capturing dropdown list value
|
01-29-2013, 09:00 PM
Through QTP, How can capture dropdown list value in PORTAL
01-31-2013, 09:49 AM
Please use getRoProperty on the dropdown object
ex: Code: val=Browser(..).Page(...).WebList(...).getRoProperty(<property that holds your value>) or if you are referring to selecting a particular value in the drop down use select method Code: Browser(..).Page(...).WebList(...).Select "yourvalue"
01-31-2013, 01:17 PM
Code: 'To Get Only One Value In WebList We Can Use "GetItem" |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Different Type of Dropdown Selector | zunebuggy | 6 | 3,496 |
05-01-2018, 06:46 PM Last Post: zunebuggy |
|
Capturing a value in a webtable | EK21 | 4 | 4,434 |
08-21-2015, 01:08 AM Last Post: EK21 |
|
Need help in capturing the Calculator result using QTP 11 | vishruth143 | 0 | 2,127 |
01-20-2015, 11:08 AM Last Post: vishruth143 |
|
Not able to click text inside the grid dropdown | szkapoo | 6 | 4,728 |
12-20-2014, 09:43 PM Last Post: supputuri |
|
Issue related to dropdown selection(Please help urgent) | excellentpawan123 | 2 | 4,311 |
05-31-2014, 12:00 PM Last Post: excellentpawan123 |