I am trying to create a script that will do the following..
I have a page that does several requests to generate a report. When the report is running, I am looking for "<img src="/pics/images/search.gif" as a assertion. When this tag goes away, that means that the search is completed, and I want to grab another assertion with the results. How would I go about doing something like this? Thanks

