Skip to content

Instantly share code, notes, and snippets.

@guigarage
Created September 16, 2014 20:12
Show Gist options
  • Save guigarage/fdd0b18b388e4d52645a to your computer and use it in GitHub Desktop.
Save guigarage/fdd0b18b388e4d52645a to your computer and use it in GitHub Desktop.
TestFX example
click(".text-field").type("steve");
click(".password-field").type("duke4ever");
click(".button:default");
assertNodeExists( ".dialog" );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment