Mihai Pârvu
Mihai Pârvu
Update and try with the `--headless` flag.
Unfortunately RemoteSwingLibrary 2.2.4 is no longer supported. Please update your SUT to Java 8 and try with the latest version of remoteswinglibrary.
The best way to do this is to submit a pull request with the modifications you have so that we can include them to improve SwingLibrary :) To do this...
Do you think the PR https://github.com/robotframework/SSHLibrary/pull/265/ will help in this case? Basically, it enables the use of ProxyCommand when using Login keywords.
At the moment, SOCKS proxy cannot be supported by SSHLibrary, because it isn't implemented in `paramiko` (the Pythom package that SSHLibrary relies for everything related to ssh). Looks like there...
Increase the terminal width if you want more output per line in this case. You can do it with `Set Default Configuration` keyword. Alteratively you can modify the expected argument...
The prompt might also be taken into account, that's why your width does not correspond with character count. I don't know what is the maximum limit for terminal width, I've...
@SuneethaBellapukonda any updates on this?
You can use [Select Context](https://robotframework.org/SwingLibrary/SwingLibrary.html#Select%20Context) for this, it should work for `JInternalFrame` as well.