testrow=Browser("testip").Page("【testpage").Frame("mainFrame0_2").WebTable("testtable").GetRowWithCellText("a111230122")
print "order list id"&cstr(testrow)
Set des=description.Create()
des("micclass").value="WebButton"
'des("xpath").value="/html/body/div/div[2]/div[3]/table/tbody/tr[2]/td[11]/input"
set alist=Browser("testip").Page("【testpage").ChildObjects(des)

b=alist.count
print b
counted=0
For i=0 to b-1
     If alist(i).getroproperty("value")="购买" then 
         counted=counted+1
         If counted=(testrow-2) Then
             alist(i).click
         End If
    '     print "test id:"&cstr(counted)

    end if
Next






















相关文章:

  • 2021-06-19
  • 2021-08-26
  • 2022-02-15
  • 2022-12-23
  • 2021-11-28
  • 2021-06-19
  • 2022-02-07
  • 2021-10-13
猜你喜欢
  • 2022-01-19
  • 2021-12-25
  • 2021-05-27
  • 2022-12-23
  • 2021-05-16
  • 2021-06-24
  • 2021-11-04
相关资源
相似解决方案