VirtualUserScript SandboxPath Property C# API
Gets the path to the sandbox location.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public string SandboxPath { get; }

Field Value

The path to the sandbox location.
Remarks

The sandbox is the root location on an injector machine beneath which all test run files are stored. This includes files transferred from the controller machine (project/workspace dlls and jars, data) and test run results and events written during test execution.
See Also