v_ChkPntStatus = Browser(…).Page(…).WebEdit(…).Check (Checkpoint(”CheckPointName1″))
Return Value is True if the checkpoint is passed otherwise its false.
if v_ChkPntStatus then
MsgBox “Check Point passed.”
else
MsgBox “Check Point failed.”
end if
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment