3hqa wrote:Do you have some way to record the starting URL for each playback? Explain...
All eValid playbacks have access to a set of "reserved variables" which contain a variety of information about the local environment.
Typical reserved variables appear in a script as $_variable-name, where the $_ prefix indicates that the value is reserved.
One of the reserved variables is "$_StartURL". This value contains the URL that was used at the start of the playback.
You don't have to do anything to make sure this variable is set; it always is there whenever you want it.
The eValid Team