/**
  * Simulates a user pressing the "Cancel" button in this fixture's <code>{@link VFSJFileChooser}
  * </code>.
  *
  * @throws ComponentLookupException if the "Cancel" button cannot be found.
  * @throws IllegalStateException if the "Cancel" button is disabled.
  * @throws IllegalStateException if the "Cancel" button is not showing on the screen.
  */
 public void cancel() {
   driver.clickCancelButton(target);
 }