RSS Feed for This PostCurrent Article

How can i check if a checkpoint passes or not?

code:
chk_PassFail = Browser(…).Page(…).WebEdit(…).Check (Checkpoint(”Check1″))
if chk_PassFail then
MsgBox “Check Point passed”
else
MsgBox “Check Point failed”
end if

Trackback URL

RSS Feed for This PostPost a Comment