'Working
with Web Edit
'======== To Count Number of WebEdit in a Page Using MicClass ===============================
Set oWebEdit=Description.Create
oWebEdit("micclass").value="WebEdit"
Set oWebEditCount = Browser("name:=Youngistaan Cafe: Student
Registration Form.html").Page("title:=Youngistaan Cafe: Student
Registration Form.html").ChildObjects(oWebEdit)
vrCount = oWebEditCount.Count
msgbox vrCount
For i=0 to vrCount-1
print oWebEditCount(i).getroproperty("Name")
Next
No comments:
Post a Comment