Visionki
Visionki
> So the code from the readme needs to be update to use TSNode which will encode the images the same. > > Try: https://js.tensorflow.org/api_node/3.18.0/ > > Let me know...
I just tested it again and found it was normal. Maybe I was wrong?
The version I use is: ```java com.sikulix sikulixapi 2.0.5 ``` He has shown up again and I don't know what is causing it, my code is as follows: ```java @Test...
I tried to toggle with NUM_LOCK, but it seems that this button is also not working correctly。 ```java @Test void click() { Screen screen = Screen.getScreen(1); screen.keyDown(Key.NUM_LOCK); screen.keyUp(); screen.keyDown(Key.UP); screen.keyUp();...