Micro Focus QTP (UFT) Forums
WebElement (only Weblist) is not getting identified in QTP 11, Windows 7 - 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 Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others)
+--- Thread: WebElement (only Weblist) is not getting identified in QTP 11, Windows 7 (/Thread-WebElement-only-Weblist-is-not-getting-identified-in-QTP-11-Windows-7)



WebElement (only Weblist) is not getting identified in QTP 11, Windows 7 - priyaang - 02-21-2014

Hi,

In our project with QTP 11 and Windows 11...Weblist is getting identified as Webelement.

Other objects like Checkbox, Radiobutton are getting identified as Webelement. None of the Webelement object is getting identified in recording mode.

But am able to capture the Webelements other than Weblist using Functions.
The code to select a value from the Weblist is getting executed, but the value is not getting selected.

This is very urgent, please help me.


RE: WebElement (only Weblist) is not getting identified in QTP 11, Windows 7 - M Adnan Iftikhar - 06-25-2015

getting same issue


RE: WebElement (only Weblist) is not getting identified in QTP 11, Windows 7 - babu123 - 06-26-2015

Click on the Weblist(webelement) and use send key of down arrow to select the required value.

Code:
set odesc=createobject(shell.scripting.....)
odesc.sendkeys {Micdown}



RE: WebElement (only Weblist) is not getting identified in QTP 11, Windows 7 - supputuri - 06-26-2015

Using Object spy check the behavior before clicking on element and after clicking on element. At times when you click on element then they will turn-up as list boxes, based on the technology the dev team used.If you are able to see list box after clicking, then perform click operation on webelement and then select operation on list.