KNIME click and print with java-snippet

Good afternoon. I need to make a couple of clicks and print something at a specific pixel. I realized that this can be done in java through the java.awt.Robot library. Now I want to repeat the same thing in KNIME through the Java-snippet node. Tell me how to implement it?

Hi @Nuke_Attokurov ,

Have you attempted to add the java.awt.Robot library to the additional libraries section of the Java Snippet Node already?

Thanks,
Zack

1 Like

Hello. Yes, I did it. I was able to write a robot that clicks. Now I am in the process of improving my robot written in KNIME

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.