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

Method GetRequestAttachmentPath

Gets Request Attachment Path value

Usage

Function GetRequestAttachmentPath(
    String Name,
    Boolean Report [Optional]
)

Parameters

Name

Type: String

The name of the Attachment

Report (optional)

Type: Boolean

Default Value: False

Generate report for this step

Returns

Attachment Path

Example

VBScript

msgbox Server("API Server").Method("CreateBook").GetRequestAttachmentPath("book", True)

JavaScript

alert(Server("API Server").Method("CreateBook").GetRequestAttachmentPath("book", true));

Documentation Categories

ZAPTEST

FARM

LOAD