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.globalVerification | searches for text string in all subsequent requests. |
web.globalVerificationPause | Suspends the specified checks set by web.globalVerification. |
web.globalVerificationResume | Resumes the specified checks suspended by web.globalVerificationPause. |
web.imageCheck | Verifies the presence of a specified image inside an HTML page. |
web.regFind | Registers a search for a text string for the next action function. |