TA的每日心情 | 开心 2015-5-5 13:21 |
---|
签到天数: 1 天 连续签到: 1 天 [LV.1]测试小兵
|
一段脚本,运行到脚本的第4行时报错,multi_bs_def_cell_id_t_666666_24826中的24826每次都变。
Window SetContext, "Caption=http://172.20.24.5:9080/bill/billing/baseinfo/feeparam/basegroup/cell_group_multiInsert.jsp?met - Microsoft Internet Explorer", ""
Browser NewPage,"",""
CheckBox Click, "Name=multi_bs_def_cell_id_t_666666_24826"
我曾经试过CheckBox Click, "HTMLText=666666_1",不好用
用inspector抓取出的结果
CheckBox,Name=multi_bs_def_cell_id_t_666666_24947
Contents
HTML Text
Filtered Contents
Properties
id =
tagName = INPUT
title =
language =
sourceIndex = 82
lang =
offsetLeft = 3
offsetTop = 1
offsetWidth = 125
offsetHeight = 20
innerHTML =
innerText =
outerHTML = <INPUT type=checkbox value=666666_1 name=multi_bs_def_cell_id_t_666666_24947>
outerText =
isTextEdit = False
scopeName = HTML
currentStyle = Object
Property was not expanded
tabIndex = 0
accessKey =
clientHeight = 20
clientWidth = 125
clientTop = 0
clientLeft = 0
readyState = complete
dir =
scrollHeight = 20
scrollWidth = 125
scrollTop = 0
scrollLeft = 0
canHaveChildren = False
tagUrn =
readyStateValue = 4
isMultiLine = False
canHaveHTML = False
inflateBlock = False
contentEditable = inherit
isContentEditable = False
hideFocus = False
disabled = False
isDisabled = False
glyphMode = 0
uniqueNumber = 2
uniqueID = ms__id2
nodeType = 1
nodeName = INPUT
dataFld =
dataSrc =
dataFormatAs =
type = checkbox
value = 666666_1
name = multi_bs_def_cell_id_t_666666_24947
status = False
size = 20
maxLength = 2147483647
defaultValue = 666666_1
readOnly = False
indeterminate = False
defaultChecked = False
checked = False
border =
vspace = 0
hspace = 0
alt =
src =
lowsrc =
vrml =
dynsrc =
complete = False
loop = 1
align =
width = 0
height = 71165860
Start = fileopen
accept =
useMap =
HTML Text属性中的值为<INPUT type=checkbox value=666666_1 name=multi_bs_def_cell_id_t_666666_24947> |
|