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