Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to add new row and select next dropdown
#2
Not Solved
Try the Below Code,


Code:
Set objDescription= Description.Create()
objDescription("name").value="FNOLWizard:NewClaimWizard_Poli.*"
Set weblistObjects=Browser("[DEV mode - 7.0.2.29]").Page("[DEV mode - 7.0.2.29]").Frame("top_frame_2").ChildObjects(objDescription)

Spl_myframe=split(myframe,";")
For i=0 to Ubound(Spl_myframe)
mycoverag = Spl_myframe(i)
Browser("[DEV mode - 7.0.2.29]").Page("[DEV mode - 7.0.2.29]").Frame("top_frame_*").Link("Add").Click 21,12
Set weblistObjects=Browser("[DEV mode - 7.0.2.29]").Page("[DEV mode - 7.0.2.29]").Frame("top_frame_2").ChildObjects(objDescription)
weblistObjects(i).Select (mycoverag)
Next
Reply


Messages In This Thread
RE: How to add new row and select next dropdown - by kalaivanan123 - 10-29-2012, 11:14 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Different Type of Dropdown Selector zunebuggy 6 2,900 05-01-2018, 06:46 PM
Last Post: zunebuggy
  DataGrid: double click on selected row robertosalemi 0 4,299 05-12-2016, 03:00 PM
Last Post: robertosalemi
  Row count is always shown as 1 Harry1999 0 1,983 04-14-2016, 11:11 PM
Last Post: Harry1999
  Not able to click text inside the grid dropdown szkapoo 6 4,306 12-20-2014, 09:43 PM
Last Post: supputuri
  Keep row number imbizile 0 2,614 09-18-2014, 03:31 AM
Last Post: imbizile

Forum Jump:


Users browsing this thread: 1 Guest(s)