You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: