remoteswinglibrary
remoteswinglibrary copied to clipboard
RemoteSwingLibrary
There is a error during importing library on python3.11: ``` [ ERROR ] Error in library 'RemoteSwingLibrary': Adding keyword 'system_exit' failed: Calling dynamic method 'get_keyword_arguments' failed: AttributeError: module 'inspect' has...
I'm trying to understand why Robot Framework can't seem to connect when using a JDialog as the top level window but it works perfectly when using a JFrame. The test:...
Hi , I want to automate the jnlp application. I using windows 11 machine. And remoteswinglibrary-2.3.2.jar . I added this jar path in environment variable as PYTHONPATH. I am not...
Hello, title for the issue says it all :) If user has Java Console enabled, then textual representation of what your keyword is currently doing will be visible there, can...
UnsupportedClassVersionError on Robot Framework SwingLibrary: Unsupported major.minor version 51.0
I managed to launch the .jnlp application using Robot Framework with Remote Swing Library in which RemoteSwingLibrary 2.2.4 (which uses SwingLibrary 1.9.9 (supports Java version older than 8 as the...
I have used remoteSwing library for automating the jnlp application. I am facing delay on inputting values in the fields. Its taking around 12 second to input on each field....
It says java 8 via https://github.com/robotframework/remoteswinglibrary/blob/master/pom.xml#L64C14-L64C14 Is it possible to use the remoteswinglibrary.jar with java 11?
Corrects an issue where java9_or_newer being True first prevents Reinitiating back to False. Issue found when a test suite started Java UI with newer JDK and then tried to launch...
I issued the following command and it successfully ran the sample but couldn't connect the Sample causing the keyword to fail. Another point I use the same command for another...
Hello, When i try to use Library RemoteSwingLibrary with Python 3.11, i get the following errors: [ ERROR ] Error in library 'RemoteSwingLibrary': Adding keyword 'system_exit' failed: Calling dynamic method...