Method SetPlatformType
Manually sets the platform typeUsage
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");
Comment
Set platform type "Windows"