RunnerType.CLIENT,
BrowserState.CAPTURED,
new Instant(0));
capturedBrowsers.addSlave(slaveBrowser);
StandaloneRunnerHandler handler =
new StandaloneRunnerHandler(null, null, new SlaveResourceService(""),
new ConcurrentHashMap<SlaveBrowser, Thread>(), null, null);
handler.service(slaveBrowser);
assertNotNull(slaveBrowser.peekCommand());
Command cmd = slaveBrowser.dequeueCommand();