Urmikhan
6 years agoOccasional Contributor
Verify SuccessfulMessage
I have to verify this Message "'Saved and published successfully!'"in my page .if not show error Message.I inclueded my code but not working.Please help me to this code:
function objCheckSMessage()...
- 6 years ago
Would you mind posting a screenshot of your object tree. What error message does TC give you ?
Your 'Name' Property of 'TextNode("ValidationSuccessMsg")' doesn't look right.
Perhaps you are looking at something like
var props = ['ObjectType','ObjectIdentifier']; var vals = ['TextNode','validationSuccessMsg']; containerObj.FindChild(props,vals,20);
What is objPages() ? It is possible that it's not something valid for performing a Find on