Context Full

In contrast to context-less functions, context-full functions are designed to use results from previous function calls. How to use the results can be specified in a way that, with a high probability, does not incorporate dynamic data.

Context-full functions in Silk Performer's page-level API are:

WebPageLink
Queries the link information and requests a document.
WebPageBack
Goes back one page.
WebPageSubmit
Queries form information and submits a form.
WebPageSubmitBin
Queries form information and submits binary data.