I automate testing of terminal application running in links browser on remote server. Here I need to send press of an arrow key.
Solution from How to send an arrow key use paramiko library in python? (sending f.e. '\e[B' for arrow down) obviously don't work in Python 3.
Is there a way? Thanks.