kkyv wrote:Is there some way to use the value of "sourceIndex" and "elementValue" in a script once you have found them?
You're referring to the internal values of the current sourceIndex and the current elementValue that are the object of such eValid commands as IndexFindElement or ValueGet.
Both of these values are available in Reserved Variables section. They are called "Reserved" because you, as an eValid user, can't change their names.
The values that can appear in a script command are "$_SourceIndex" and "$_ElementValue" respectively.
Note that these are active at all times; that is, even though they may change during the course of a playback when eValid executes some of the structural testing commands, they are available with their "just found" values in [for example] the very next command executed.
The eValid Team