Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
115
How to Retrieve value of combo box, textbox that are part of swftoolbar
posted

how to retrive the value of combobox, texbox that are part of the swftoolbar

for e.g. if my toolbar cotains one combobox

1. i select particular value in the combo box

2. then i click the apply button

 

now wht i want, i want to retrive the selected value. as my qtp recognises only swftoolbar and not the individual controls in it.

i tried to check the function getItemProperty i am getting error:

parameter key not found. 

SwfWindow("").SwfToolbar("").GetItemProperty(toolbarname,strtool,"Enabled")

 

 

 

Parents Reply Children
No Data