output = createTmpOutputFolder();
instruments = createInstrumentCommand(scriptPath);
instruments.setWorkingDirectory(output);
channel = new CURLIAutomationCommandExecutor(session);
screenshotService = new InstrumentsAppleScreenshotService(this, sessionId);
}