Alphabetical Listing of Web Functions

Click one of the following functions for more information.

Function Name Description
web_add_auto_filterSets criteria to include or exclude URLs when downloading
web_add_auto_headerAdds a customized header to all subsequent HTTP requests.
web_add_cookieAdds a new cookie or modifies an existing one.
web_add_cookie_exAdds a cookie with specified add behavior.
web_add_filterSets criteria to include or exclude URLs when downloading.
web_add_headerAdds a customized header to the next HTTP request.
web_cache_cleanupCleans the content of the cache simulator.
web_cleanup_auto_headersRemoves all previous customized headers from HTTP requests.
web_cleanup_cookiesRemoves all cookies currently stored by the Vuser.
web_concurrent_endMarks the end of a concurrent group.
web_concurrent_startMarks the beginning of a concurrent group.
web_stop_asyncCancels the specified conversation including all its active and future tasks.
Request CallbackGets a specific header from the response headers.
web_util_set_request_bodyReplaces the entire request body with the specified string.
web_util_set_request_urlSets the conversation's URL at the beginning of a request and direct response conversation.
web_convert_date_paramConverts a date string stored in a parameter to a different format.
web_convert_from_formattedConverts a string created with one or more data format extensions back to the source format.
web_convert_paramConverts an HTML parameter to a URL or text.
web_convert_to_formattedFormats data using one or more data format extensions.
web_custom_requestAllows you to create a custom HTTP request with any method supported by HTTP.
web_disable_keep_aliveDisables Keep-Alive HTTP connections.
web_dump_cacheSave the Vuser cache to a file.
web_enable_keep_aliveEnables Keep-Alive HTTP connections.
web_findSearches inside an HTML page for a specified text string.
web_get_int_propertyReturns specific information about the previous HTTP request.
web_global_verificationSearches for text string in all subsequent requests.
web_global_verification_pauseSuspends the specified checks set by web_global_verification.
web_global_verification_resumeResumes the specified checks suspended by web_global_verification_pause.
web_imageEmulates a mouse click on the image defined by the attributes.
web_image_checkVerifies the presence of a specified image inside an HTML page.
web_js_resetResets the JavaScript engine context for the Vuser.
web_js_runRuns the specified JavaScript.
web_load_cacheLoad the Vuser cache from a file.
web_linkEmulates a mouse click on the link that is defined by the attributes.
web_reg_add_cookieRegisters a search for a text string and adds a cookie if the text is found.
web_reg_async_attributesRegisters the next action function that has requests and responses with the specified URL as the beginning of an ConversationClosed An Asynchronous Conversation is a series of related web tasks, including tasks caused by redirection. An Asynchronous Conversation starts with the request for the desired response, includes all the requests and responses that are caused by this request (authentication, redirection, and so on) and ends when the desired response is received or when the series of interactions is canceled..
web_reg_findRegisters a search for a text string for the next Action function.
web_reg_save_paramDeprecated: Use web_reg_save_param_ex , web_reg_save_param_regexp or web_reg_save_param_xpath. Saves dynamic data from an HTML page to a parameter.
web_reg_save_param_attribRegisters a request to save dynamic data in a server response that has been formatted as HTML. The data is saved to a parameter.
web_reg_save_param_exRegisters a request to save dynamic data located between specified boundaries to a parameter.
web_reg_save_param_jsonRegisters a request to save dynamic data in an buffer that has been formatted as Json. The data is saved to a parameter.
web_reg_save_param_regexpRegisters a request to save dynamic data that matches a regular expression to a parameter.
web_reg_save_param_xpathRegisters a request to find dynamic data in an HTML buffer that has been formatted as XML and save the data to a parameter.
web_remove_auto_filterRemoves a filter on download content.
web_remove_auto_headerStops adding a specific header to subsequent HTTP requests.
web_remove_cookieRemoves the specified cookie.
web_report_data_pointSpecifies a data point and adds it to the test results.
web_restSends a REST API request using any method supported by HTTP.
web_revert_auto_headerStops adding a specific header to subsequent HTTP requests, but generates Implicit headers.
web_save_headerSaves request and response headers to a variable.
web_save_param_lengthSaves the length of a parameter.
web_save_timestamp_paramSaves the current timestamp.
web_set_certificateCauses a script to use a specific certificate that is listed in the Internet Explorer registry.
web_set_certificate_exSpecifies location and format information of a certificate and key file.
web_set_max_html_param_lenSets the maximum length of retrieved dynamic HTML information.
web_set_max_retriesSets the maximum number of retries for an Action step.
web_set_optionSets a web option.
web_set_pacSets the location of the proxy auto-configuration (PAC) script.
web_set_proxySpecifies that all subsequent HTTP requests be directed to the specified proxy server.
web_set_proxy_bypassSpecifies the list of URLs that scripts access directly, i.e., not via the specified proxy server.
web_set_proxy_bypass_localSpecifies whether or not the proxy server should bypass local addresses.
web_set_secure_proxySpecifies that all secure HTTP requests be directed to the specified secure proxy server.
web_sjis_to_euc_paramConverts an SJIS string to EUC and assigns it to a parameter.
web_set_sockets_optionSets an option for secure sockets.
web_set_timeoutSpecifies the maximum amount of time that a script waits for a specified operation to be performed.
web_set_userSpecifies a login string for a web server.
web_stop_asyncCancels the specified ConversationClosed An Asynchronous Conversation is a series of related web tasks, including tasks caused by redirection. An Asynchronous Conversation starts with the request for the desired response, includes all the requests and responses that are caused by this request (authentication, redirection, and so on) and ends when the desired response is received or when the series of interactions is canceled. including all its active and future tasks.
web_stream_closeCloses a media stream.
web_stream_get_param_doubleReturns the state of the stream.
web_stream_get_param_intReturns the state of the stream.
web_stream_get_param_stringReturns the state of the stream.
web_stream_openOpens a media stream.
web_stream_pausePauses playing a media stream.

web_stream_play

Starts playing a media stream.
web_stream_seekSets the position in a stream.
web_stream_set_param_doubleSets the value of a stream parameter.
web_stream_set_param_intSets the value of a stream parameter.
web_stream_stopStops playing a media stream and sets the stream pointer back to the beginning.
web_stream_waitSuspends script execution during stream download until download condition reached.
web_submit_dataPerforms an "unconditional" or "contextless" form submission.
web_submit_formPerforms a POST request; submits forms.
web_syncSuspends the Vuser script execution until the specified parameter exists.
web_urlPerforms a GET request; receives pages or images.
web_util_set_request_bodySets a string to be the request body for the next request sent in the ConversationClosed An Asynchronous Conversation is a series of related web tasks, including tasks caused by redirection. An Asynchronous Conversation starts with the request for the desired response, includes all the requests and responses that are caused by this request (authentication, redirection, and so on) and ends when the desired response is received or when the series of interactions is canceled..
web_util_set_request_urlSets a string to be the request URL for the next request sent in the ConversationClosed An Asynchronous Conversation is a series of related web tasks, including tasks caused by redirection. An Asynchronous Conversation starts with the request for the desired response, includes all the requests and responses that are caused by this request (authentication, redirection, and so on) and ends when the desired response is received or when the series of interactions is canceled..