|
dim i,j,iCount,jCount
iCount=datatable.getsheet("Global").GetRowCount
jCount=datatable.getsheet("Action1").GetRowCount
For i to Count
For j to jCount
Browser("登录主页面index.jsp").Page("云锡科技信息管理系统").Frame("main").WebButton("新增").Click
Browser("登录主页面index.jsp").Page("云锡科技信息管理系统").Frame("main_2").WebList("projectid").Click
datatable.getsheet("Global").getCurrentRow(i)
Browser("登录主页面index.jsp").Page("云锡科技信息管理系统").Frame("main_2").WebList("projectid").Select DataTable("p_Item", dtGlobalSheet)
datatable.getsheet("Action1").getCurrentRow(j)
Browser("登录主页面index.jsp").Page("云锡科技信息管理系统").Frame("main_2").WebEdit("REQOUTLAY").Set DataTable("p_Text", dtLocalSheet)
‘返回
Browser("登录主页面index.jsp").Page("云锡科技信息管理系统").Frame("main_2").WebButton("返回列表").Click
datatable.SetNextRow
next
datatable.SetNextRow
Next |
|