Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP Dropdownlist
#2
Solved: 10 Years, 9 Months, 3 Weeks ago
If its a drop down, why are you using Webedit?

Use the code below,
Code:
Browser("REM - Assignment of Lease").Page("REM - Assignment of Lease").WebList("ctl00$ctl00$MainContentDefault").Select "Conversion from sole-prop"

If it doesn't work, use the code below,
Code:
Browser("REM - Assignment of Lease").Page("REM - Assignment of Lease").WebList("ctl00$ctl00$MainContentDefault").Click
Browser("REM - Assignment of Lease").Page("REM - Assignment of Lease").WebList("ctl00$ctl00$MainContentDefault").Select "Conversion from sole-prop"

Hope it helps.

Thanks,
Elango
Reply


Messages In This Thread
QTP Dropdownlist - by Sundar Thangavelu - 12-14-2012, 09:11 AM
RE: QTP Dropdownlist - by elango87 - 12-14-2012, 12:02 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)