Hi Curt,
Thanks for the reply. Here is my situation:
The web app displays some default results. These results can be modified by the user by specifying new/different criteria. Changing the criteria spawns a JSON object that is passed to the service, which returns another JSON object containing the results. We want to automate the validation of both the JSON object that is spawned by interacting with the GUI and the results being returned.
Right now, we are updating a hidden DIV with the values because reading the browser console was not happening.