标签:des io sp for on html 管理 htm type
Set glht= Browser("管理后台").Page("管理后台")
Set Mydescription = description.Create()
Mydescription("html tag").Value = "INPUT"
Mydescription("type").Value = "checkbox"
Set Checkboxes = glht.ChildObjects(Mydescription)
NoOfChildObjs = Checkboxes.Count
For Counter=0 to NoOfChildObjs-1
Checkboxes(Counter).Set "ON"
Next
标签:des io sp for on html 管理 htm type
原文地址:http://www.cnblogs.com/futrueface/p/4123381.html