Array[parArray[j]]=ddt_val(table,parArray[j]);
}
}作者: pcl2004_27 时间: 2006-10-30 14:22 标题: WinRunner:To click on a dynamic link Description
Dynamic links cannot be added in the GUI MAP becuase they change so here's a function that will help you add the link to the GUI MAP temporarily and also click on the link
Solution
public function web_click_dynamic_link(in link)
{
auto res_arr[];