码迷,mamicode.com
首页 > 其他好文 > 详细

QTP全选页面的复选框

时间:2014-11-26 16:05:04      阅读:198      评论:0      收藏:0      [点我收藏+]

标签: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=0to NoOfChildObjs-1
    Checkboxes(Counter).Set "ON"
Next

QTP全选页面的复选框

标签:des   io   sp   for   on   html   管理   htm   type   

原文地址:http://www.cnblogs.com/futrueface/p/4123381.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!