Hi ,
Try to click on the drop down arrow , which will display as 'webelement' in qtp and then in the next statement try to validate the options or click on the option , I think even the options will displayed as 'web element'.
like:
end if
Try to click on the drop down arrow , which will display as 'webelement' in qtp and then in the next statement try to validate the options or click on the option , I think even the options will displayed as 'web element'.
like:
Code:
browser().page().webelement("The down arrow button").click
If browser().page().webelement("The option").exist then
end if