Miscellaneous Functions
Click one of the following functions for more information:
web_cache_cleanup | Clears the contents of the cache simulator. |
web_convert_date_param | Converts a date string stored in a parameter to a different format. |
web_convert_param | Converts an HTML parameter to a URL or text. |
web_dump_cache | Save the Vuser cache to a file. |
web_get_int_property | Returns specific information about the previous HTTP request. |
web_js_reset | Resets the JavaScript engine context for the Vuser. |
web_js_run | Runs the specified JavaScript. |
web_load_cache | Load the Vuser cache from a file. |
web_report_data_point | Specifies a data point and adds it to the test results. |
web_sjis_to_euc_param | Converts an SJIS string to EUC and assigns it to a parameter. |
web_set_sockets_option | Sets an option for secure sockets. |
web_websocket_close | Closes a WebSocket connection. |
web_websocket_connect | Connects to a WebSocket. |
web_websocket_send | Sends a message over a WebSocket connection. |