Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Capture values from drop down list
#4
Solved: 12 Years, 10 Months, 4 Weeks ago
Dear Lakshmi,

You can try the following code and if you need anything more let me know..
Code:
NT_ListCount = Browser("xx").page("xxx").WebList("xxxx").GetROProperty("items count")
DataTable.LocalSheet.AddParameter "yyyy ",""
For ILoop=2  to NT_ListCount
      DataTable.SetCurrentRow(ILoop-1)        
      DataTable("NetWork",dtLocalSheet) =Browser("xxxx").Page("xxx").WebList("yyy ").GetItem(ILoop)
       Next

Thanks
Sridhar
Reply


Messages In This Thread
Capture values from drop down list - by Lakshmi - 05-02-2008, 10:59 AM
RE: Capture values from drop down list - by Ankur - 05-02-2008, 12:51 PM
RE: Capture values from drop down list - by somisays - 05-03-2008, 01:45 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Need to verify the drop down values based on condition santhoshmscsoftware 1 3,383 05-04-2016, 11:28 PM
Last Post: supputuri
  Drag and drop issue excellentpawan123 0 2,998 01-13-2015, 05:04 PM
Last Post: excellentpawan123
  Drop down list class is a link thotamurali 2 4,705 08-22-2014, 05:48 PM
Last Post: thotamurali
  Selecting values from drop down using QTP. prempujaripati 2 47,499 06-26-2014, 06:06 PM
Last Post: rasmirani
  issue in drag and drop excellentpawan123 0 2,568 05-15-2014, 04:36 PM
Last Post: excellentpawan123

Forum Jump:


Users browsing this thread: 1 Guest(s)