Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
selecting values from the dropdown webelement
#1
Not Solved
Hi All,

I am automating the RTC 4.0.5 workitem creation using QTP.
Issue is now all the weblist is converted to the webelement.
I need a way to select a value from the dropdown of the webelement.

I tried with the small command to change the innertext of the attribute using :-

Code:
Set objWebElement    =    Browser("name:="&BrowserProperty).Page("title:="&BrowserProperty).WebElement("class:=ValueHolder ViewBorder","Index:=6")
        objWebElement.Object.innertext    =    attribute vale

But after saving the attribute value is not retained, then I tried using:-

Code:
Browser("name:="&BrowserProperty).Page("title:="&BrowserProperty).WebElement("innertext:=unassigned","Index:=21").click
    set wshShell = CreateObject("WScript.Shell")
    wait 5
    wshShell.SendKeys "{DOWN}"
    wshShell.SendKeys "{DOWN}"
    wshShell.SendKeys "{ENTER}"
    wshShell.SendKeys "{TAB}"

For first selection it is working, but if I want to change the selected value then it is not working.

I tried with the WebTable too but none helped.

Please suggest me solution ASAP.

Thanks,
Pooja
Reply


Messages In This Thread
selecting values from the dropdown webelement - by poojaarora014 - 04-17-2014, 05:34 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Sad How To Find Dropdown Object based on Values from the dropdown list mesg2anil 12 32,830 12-19-2017, 10:25 PM
Last Post: sandy2404
  how to select value from google search box dropdown +QTP prajyot 0 2,671 06-28-2017, 06:30 PM
Last Post: prajyot
  Searching for and selecting row in Datawindow zsl0009 0 2,666 08-04-2015, 01:02 AM
Last Post: zsl0009
  Problem selecting in a dropdown menu during playback. qemls29 9 12,447 07-28-2015, 05:44 PM
Last Post: Sharan
  Selecting Link Magad 1 2,661 11-07-2014, 03:56 AM
Last Post: PrateepKaraval

Forum Jump:


Users browsing this thread: 1 Guest(s)