Exemple #1
0
        public FluentSessionRecorder Type(string text)
        {
            var command = new TypeWindowCommand(text);

            _performer.Perform(command);

            return(this);
        }
Exemple #2
0
 public void SetUp()
 {
     _defaultCommand = new TypeWindowCommand(DefaultText);
 }