Closed phramusca closed 1 year ago
works with Start Application my_app java -cp Lib/remoteswinglibrary-2.3.2.jar org.robotframework.swing.testapp.examplesut.TodoListApplication
using remoteswinglibrary-2.3.2.jar instead of swinglibrary-2.3.0.jar ...
Hello
I finally managed to make robotframework to launch the TodoListApplication
But, while "Start Application" starts the application as expected, I get an error at step "Select Window Todo List":
java.lang.ClassNotFoundException: org.apache.commons.collections.Transformer
Any idea of what I am missing here ? should I specify where java classes are ? (how?) does remoteswinglibrary-2.3.2.jar have external dependencies ? aren't they included in jar ?