--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-users+unsub...@googlegroups.com.
To post to this group, send email to robotframework-users@googlegroups.com.
Visit this group at https://groups.google.com/group/robotframework-users.
For more options, visit https://groups.google.com/d/optout.
Thanks & Regards,
Sashank.Itharaj
|
Mob: |
*** Settings ***Library Process
*** Test Cases ***T1 @{jvm_args} Create List -Djava.security.manager -Djava.security.policy=C:\\Users\\Adam.Wypych\\Downloads\\policy.txt ${result} Start Process java @{jvm_args} -jar C:\\Users\\Adam.Wypych\\Downloads\\sample-remote-library-1.0-server.jar stderr=STDOUT Log ${result} Wait For Process ${result} timeout=5s on_timeout=continue Import Library Remote http://localhost:8270 timeout=10s WITH NAME TSOEmulator TSOEmulator.Print Message Testnachrichtgrant { permission java.security.AllPermission "", "";
permission java.net.SocketPermission "*", "connect,accept,listen";};