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

Method SetPlatformType

Manually sets the platform type

Usage

Function SetPlatformType( 
        String Platform
)

Parameters

Platform

Type: String

Platform Type

Supported platform types: windows, android, ios, blackberry, unix, mac

Returns

No return value

Example

VBScript

Application("Demo").SetPlatformType "Windows"

JavaScript

Application("Demo").SetPlatformType("Windows");

Documentation Categories

ZAPTEST

FARM

LOAD