Beispiel #1
0
 void IPluginModel.RegisterSource(
     EventsSource <Postprocessing.Timeline.Event, MessagePrefixesPair <ChromeDriver.Message> > .Factory source)
 {
     ChromeDriverTimeLineEventSources.Add(source);
 }
Beispiel #2
0
 void IPluginModel.RegisterSource(
     EventsSource <Postprocessing.Timeline.Event, ChromeDebugLog.Message> .Factory source)
 {
     ChromeDebugLogTimeLineEventSources.Add(source);
 }
Beispiel #3
0
 void IPluginModel.RegisterSource(EventsSource <Postprocessing.StateInspector.Event, ChromeDebugLog.Message> .Factory source)
 {
     ChromeDebugStateEventSources.Add(source);
 }