nut.js icon indicating copy to clipboard operation
nut.js copied to clipboard

Having performance issue in keyboard.type API

Open freddy-daniel opened this issue 1 year ago • 1 comments

Version "@nut-tree/nut-js": "^3.1.2"

Short overview Having Performance issue while passing string characters in keyboard.type API

Detailed description keyboard.type API now having performance issue while passing strings. But works cool while passing keyCode instead of string. try to call list of strings and list of keycodes in a loop of 1000 Iteration it we can see the difference.

freddy-daniel avatar Sep 27 '23 09:09 freddy-daniel

Hi @freddy-daniel :wave:

Please add the code sample you used for me to check.

s1hofmann avatar Sep 28 '23 20:09 s1hofmann