uteam wrote:Once I have a DOM sequence built is there some easy way to use it over and over again?
Easy enough: just put it in a separate file, after converting the key values into parameters, and then in your parent script you can
CallScript myscript.evs "$MyParameter1=value1 ..." and pass the key variables over to it in the parameter strings.
We do this a lot in practice: we parameterize a key script passage and then replace repeated instances of it with the appropriate
CallScript sequence.
The eValid Team