vmi / selenese-runner-java

Selenium IDE native format (selenese and side) interpreter.
Other
140 stars 82 forks source link

fix interactive mode on windows #306

Closed koichirok closed 5 years ago

koichirok commented 5 years ago

On Windows, System.in.read () processes CR andLF separately when the Enter key is pressed. Therefore, when using interactive mode on Windows, even-numbered commands will always be executed immediately without waiting for the Enter key to be pressed.

This PR fixes this problem.

vmi commented 5 years ago

Thank you for PR!