I want to retrieve the value assigned to a specific variable in an HTTP get. I have the span id and the class. The value inside of the span delimiters is what I'm after.
How do I accomplish this? Is it by means of dynamic content...?
Edit: I am already successfully using the HTTP Get to monitor for a given string value in the Body. If the value is found, the user receives an email. If the value is not found, I would like to send the user an email containing the value that is found.
E.g., I search for the value "123.45". If the string is found, the user receives an email saying that it has been found. If the value for that given span and class is anything else, I would like to return that value to the user.