步骤:
1、正常录制脚本。
2、在该页面中的“可用数量”中右击添加对象,名为WebElement("SelectKCT_PCKCMKList:_ctl2:txtSHSL_2"),添加时innerText值为:1
3、为得到该字段的动态值,所以用GetROProperty 属性,代码如下:
dim a
set a=browser("选择批次库存").Page("选择批次库存").WebElement("SelectKCT_PCKCMKList:_ctl2:txtSHSL_2").GetROProperty("innerText")