- Suppose there are some itineraries in the Itinerary page, and you want to check on all of them.

Set MyDescription = Description.Create()

MyDescription("html tag").Value = "INPUT"

MyDescription("type").Value = "checkbox"

Set Checkboxes = Browser("micclass:=Browser").Page("Title:=Itenerary: Mercury Tours").ChildObjects(MyDescription)

NoOfChildObjs = Checkboxes.Count

For Counter=0 to NoOfChildObjs-1

Checkboxes(Counter).Set "ON"

Next

最新文章

  1. android服务之启动方式
  2. 【No.4 Ionic】修改 cordova 插件
  3. MSP430F149学习之路——蓝牙模块
  4. JQ异步调用
  5. Linux下获取线程TID的方法——gettid()
  6. 初识ege图形库
  7. diff and patch
  8. java_流
  9. 洛谷3月月赛 R1 Step! ZERO to ONE
  10. PHP的 first day of 和 last day of
  11. ios View 向上拉界面源码
  12. poj2182(线段树求序列第k小)
  13. 实现中英文混合string的逆向输出
  14. There are no enabled repos.
  15. 08-java学习-数组-增强for循环-数组与方法-main函数参数
  16. #JS 前端javascript规范文档
  17. 高并发秒杀系统方案(分布式session)
  18. 【洛谷题解】P2303 [SDOi2012]Longge的问题
  19. Python+Appium API
  20. PHP正则表达式(转载)

热门文章

  1. laravel 简单应用 redis
  2. 数论---lcm和gcd
  3. SSL certificate problem: self signed certificate
  4. php mysql 多表查询之子查询语句
  5. JavaScript的日期对象
  6. UVA 12672 Eleven(DP)
  7. fieldset与legend,label
  8. db2表
  9. css字体的样式与分类用法总结
  10. Linux 下安装sql server 时 2G内存限制的最新(2019-08-15) 解决方案