Check Functions
The following functions may be used in a web script. VuGen does not record these functions. You must either manually program them into the script, or use the VuGen user interface to generate the functions. Click one of the following functions for more information:
web_find | Searches inside an HTML page for a specified text string. |
web_global_verification | Searches for text string in all subsequent requests. |
web_global_verification_pause | Suspends the specified checks set by web_global_verification. |
web_global_verification_resume | Resumes the specified checks suspended by web_global_verification_pause. |
web_image_check | Verifies the presence of a specified image inside an HTML page. |
web_reg_find | Registers a search for a text string for the next Action function. |