Recording Level / mode (Web)

The Recording Level or mode for web scripts can be one of these values:

HTML level: Instructs VuGen to record HTML actions intuitively, in the context of the current web page. The actions are recorded as url steps (web.url), link steps (web.link), image steps (web.image), and form submission steps (web.submitForm). VuGen records only the HTTP requests that return HTML pages, but not scripts or applications.

HTTP level: Instructs VuGen to record all requests from the server as url steps (web.url statements). It does not generate the web.link, web.image, or web.submitForm functions. This method is more scalable, but less intuitive when reading a generated script.

In older versions, the HTTP level is called NORESOURCE.