Commit History

Author SHA1 Message Date
  BDisp 873b5783ef #nullable enable. 10 months ago
  BDisp 44d5997460 Split more WindowDriver classes and #nullable enable. 10 months ago
  BDisp 3e952df5f7 Change to BlockingCollection, thanks to @tznind. 10 months ago
  BDisp cc21bd461d Fix a bug where a esc key was ignored. 10 months ago
  BDisp a64f68ca7f Moving MapKey method to the AnsiEscapeSequenceRequestUtils class. 10 months ago
  BDisp b7b9e01502 Fix error with Key.Space using lowercase letters. 10 months ago
  BDisp 5efba6a5bc Code cleanup. 10 months ago
  BDisp dba089fda0 Change category. 10 months ago
  BDisp f87c2b1e83 Rename EscSeq to AnsiEscapeSequence and move to his folder. 10 months ago
  BDisp 629cea841d Handling null response. 10 months ago
  BDisp bdcc0ff6d4 Return null instead if empty and fix a bug that was returning the terminator as input. 10 months ago
  BDisp 0b11e20e2f Change Response to a nullable string. 10 months ago
  BDisp eb987071c8 Revert Key class changes. 10 months ago
  BDisp 7d9ae7f341 Ad more unit test to handling with IsLetterOrDigit, IsPunctuation and IsSymbol. 10 months ago
  BDisp 4ac79c5ed5 Merge pull request #203 from tig/BDisp-v2_3767_ansi-escape-sequence-all-drivers 10 months ago
  Tig 2919d55817 Code Review 10 months ago
  BDisp ecbbed0f6d For re-run CI. 10 months ago
  BDisp 7921ae35f7 Returns ansiRequest.Response instead of a variable for more thread safe. 10 months ago
  BDisp f73c8173ba Fix unit tests. 10 months ago
  BDisp ad4f6c49e1 Fix unit test. 10 months ago
  BDisp 472ec453f5 Remove _screenBuffer and only using the alternate buffer. 10 months ago
  BDisp 173f8205be Disable HACK_CHECK_WINCHANGED. 10 months ago
  BDisp 81eb301b56 Fix escSeqRequests that may be null running unit tests. 10 months ago
  BDisp da21ef1320 Improves drivers responses to being more reliable. 10 months ago
  BDisp e35b37fb4d Add InvalidRequestTerminator property. 10 months ago
  BDisp e2f3b7b5e1 Using empty string instead of space. 10 months ago
  BDisp 782325f6b7 Change to ConcurrentQueue. 10 months ago
  BDisp 808896d800 Fix bug where some key were not been split. 10 months ago
  BDisp 2d8bfd51a1 Fix comment. 10 months ago
  BDisp 2e0bc0162d Fixes #3807. WindowsDriver doesn't process characters with accents. 10 months ago