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_submit_form). 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_submit_form functions. This method is more scalable, but less intuitive when reading a generated script.