A context-less function does not refer to previous events or results during the script execution. Thus it works without using information from previous steps. This means that for a context-less function call, all information that is necessary to perform this function must be specified in the script. Scripting or recording a context-less function is therefore the reason of session or other dynamic information in scripts.
A typical feature of context-less functions is that they have a parameter that specifies the URL to download.
Context-less functions in Silk Performer's page-level API are:
If any of these functions uses a form from the "dclform" - section in the script, we say that this form is used context-less. This is because there is no corresponding HTML form where unchanged (e.g. hidden) values can be taken from. All form values must be specified in the script.