Action Functions
An action function causes a change in the application context. For example, an action function can cause the browser to display a new web page or frame.
All web action functions can be recorded by VuGen.
Click one of the following functions for more information:
web_custom_request | Allows you to create a custom HTTP request with any method supported by HTTP. |
web_image | Emulates a mouse click on the image defined by the attributes. |
web_js_run | Runs the specified JavaScript. |
web_link | Emulates a mouse click on the link defined by the attributes. |
web_rest | Sends a REST API request using any method supported by HTTP. |
web_submit_data | Performs an "unconditional" or "contextless" form submission. |
web_submit_form | Emulates the submission of a form. |
web_url | Loads a specific URL. |