Micro Focus QTP (UFT) Forums
Access to JavaCombobox in JavaTable cell? - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Access to JavaCombobox in JavaTable cell? (/Thread-Access-to-JavaCombobox-in-JavaTable-cell)



Access to JavaCombobox in JavaTable cell? - jarkkop - 10-14-2009

Hi,

Does anyone know how to select from a JavaList comboBox one of the items which is located in JavaTable cell ?

Thanks

- Jarkko


RE: Access to JavaCombobox in JavaTable cell? - sreekanth chilam - 10-14-2009

Hi Jarkkop,

This can be done by using 'ChildItem' method.

Code:
Check the below example:
JavaWindow(...).JavaWindow(..).JavaTable("...").ChildItem(row,column,"JavaList",0).Select "item1"



RE: Access to JavaCombobox in JavaTable cell? - riyaz - 10-17-2018

(10-14-2009, 06:43 PM)sreekanth chilam Wrote: Hi Jarkkop,

This can be done by using 'ChildItem' method.

Code:
Check the below example:
JavaWindow(...).JavaWindow(..).JavaTable("...").ChildItem(row,column,"JavaList",0).Select "item1"

Hi Sreekant, childItem method is not available for JavaTable in UFT