'看例子理解的更快,如下:

With Browser("当前任务").Page("当前任务").WebTable("class:=ui-jqgrid-btable","html id:=list")
  rowCount = .rowCount
  Set objRow = .ChildObjects()
  row = RandomNumber(1,rowCount)

End With

objRow(row).Click

 

 

相关文章:

  • 2022-12-23
  • 2021-06-06
  • 2022-12-23
  • 2022-02-25
  • 2023-02-16
  • 2022-01-21
  • 2021-09-02
  • 2021-07-19
猜你喜欢
  • 2021-07-05
  • 2021-10-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-14
相关资源
相似解决方案