public void doTest(Browser browserType, String video, Color color)
throws InterruptedException {
// Media Pipeline #1
MediaPipeline mp = pipelineFactory.create();
WebRtcEndpoint webRtcEP = mp.newWebRtcEndpoint().build();
RecorderEndpoint recorderEP = mp.newRecorderEndpoint(
FILE_SCHEMA + getDefaultFileForRecording()).build();
webRtcEP.connect(webRtcEP);
webRtcEP.connect(recorderEP);