12-14-2012, 12:02 PM
If its a drop down, why are you using Webedit?
Use the code below,
If it doesn't work, use the code below,
Hope it helps.
Thanks,
Elango
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