How do I verify the html source in Experience? AppNeta Internal
search cancel

How do I verify the html source in Experience? AppNeta Internal

book

Article ID: 368589

calendar_today

Updated On:

Products

AppNeta

Issue/Introduction

What if I need to view the HTML source, but don't have access to the monitoring point's network.  Can I view some of the details from within product?

Resolution

This is useful when you are working in an app portal that is locked down to the Monitoring Points network, but need to define or update Experience script elements.  This can be useful for finding element IDs, etc.

- In an existing workflow (or a new one with same target), change first element to openAndWait (or add a pause)
- Add a new action using the command called "verifyHtmlSource"
- Preview the workflow
- It will return what appears to be a giant error; it is actually a dump of the target's HTML source.
- Copy it into your favourite editor and search for familiar text to use in locating element IDs, etc.