public FluentSessionRecorder Type(string text) { var command = new TypeWindowCommand(text); _performer.Perform(command); return(this); }
public void SetUp() { _defaultCommand = new TypeWindowCommand(DefaultText); }