Hi everyone,
First, I would like to express my gratitude for providing us this library.
I am currently attempting to interact with an application through SSH/telnet. The application is an old one in our company, and it has several fields that need to be filled :

The cursor is set on the first field by default, and I have to fill in the first field and then press "TAB" to move on to the next one.
Once I have filled in all the fields, I have to press "ENTER" to go to the next page.
I have successfully connected to the application through JSCH and Expectit, and the output is well the same screen as I would have manually :

However, when I try to fill in the fields, the values are written below instead of in the fields :

I am unsure of the utility of this command, but I have tried adding the line expect.interact(); without any success.
If anyone has any suggestions, I would greatly appreciate it.
Here is my code :

Thank you and best regards,
Alexis CAMLAY