Can you write one liner syntax ... as given in example.
Secondly, index will not be change when order of the field change ?
if one write this
like this
what does this means
Secondly, index will not be change when order of the field change ?
if one write this
Code:
Browser("User").Page("Field Activity").Frame("FA_TYPE_CHAR").WebEdit("FA_CHAR:1$CHAR_VAL").Click
Code:
Browser("User").Page("Field Activity").Frame("FA_TYPE_CHAR").WebEdit("FA_CHAR:"&RowNum&"$CHAR_VAL").Click
what does this means