Get your 6-month No-Cost Opt-Out offer for Unlimited software automation!

Method ResponseContains

Checks if raw response contains the given string data

Usage

Function ResponseContains(
    String Str
)

Parameters

Str

Type: String

String data

Returns

Boolean result

Example

VBScript

msgbox Server("API Server").Method("GetCompanyName").ResponseContains("ZAPTEST")

JavaScript

alert(Server("API Server").Method("GetCompanyName").ResponseContains("ZAPTEST"));

Documentation Categories

ZAPTEST

FARM

LOAD