Quantcast
Channel: All Quality Center / ALM Practitioners Forum posts
Viewing all articles
Browse latest Browse all 14708

Re: QTP : Issue with selecting a value(webelement) from weblist

$
0
0

Try using Wscript SendKey as in sample below

 

dim WshShell 

 

Browser("<browser name>").Page("<page name>").WebElement("<name>").Click

Set WshShell = CreateObject("WScript.Shell")


        WshShell.SendKeys "{DOWN}",True

        WshShell.SendKeys "{ENTER}"


Viewing all articles
Browse latest Browse all 14708

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>