We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The demo package contains examples of testing both standalone and Java Web Start application.
Execute:
python run.py robot-tests/standalone_application.txt
Allow testing capabilities by adding file .java.policy to your HOME directory with the following content:
grant { permission java.security.AllPermission; };
python run.py robot-tests/javaws_application.txt
On first run agree with the confirmation dialog if necessary (select accept always).