10-21-2009, 10:37 AM
Thank for reply
This is some part of my code , second row select value from drop down box ,there are some more values in that drop down box , what i want is to select and test all the other drop down values in same running iteration.
Thank in advance
This is some part of my code , second row select value from drop down box ,there are some more values in that drop down box , what i want is to select and test all the other drop down values in same running iteration.
Code:
With .Frame("loginTopFrame_3")
==> .WebList("accSelect").Select "060101"
.WebList("SDay").Select "10"
.WebList("SMonth").Select "03"
Thank in advance