Page 1 of 1

Creating and running a variable number of scripts at a time

PostPosted: Mon Sep 07, 2020 9:36 am
by DwayneM
Morning.

How do you run scripts within scripts with eValid?

Thanks

Re: Creating and running a variable number of scripts at a t

PostPosted: Tue Sep 08, 2020 11:06 am
by eValid
DwayneM wrote:Morning.

How do you run scripts within scripts with eValid?

Thanks


Thanks for asking DwayneM.

Creating scripts from eValid can be as easy as 1, 2, 3 or can be a very tedious job especially when you are recording on websites with great complexity and which tend to generate long scripts.

eValid has special functions called CallScript and GoScript, commands which can be added into the existing script file to be able to efficiently manage long and complex scripts.

CallScript - Opens a new script, runs it and then returns to the original script.

GoScript - Opens a new script, and continues playback with the new script.

Using these commands available to eValid will help you in having manageable and efficient scripts.


--eValid Support