/**
  * Returns a fixture that manages the field where the user can enter the name of the file to
  * select in this fixture's <code>{@link VFSJFileChooser}</code>.
  *
  * @return the created fixture.
  * @throws ComponentLookupException if a matching textToMatch field could not be found.
  */
 public JTextComponentFixture fileNameTextBox() {
   return new JTextComponentFixture(robot, driver.fileNameTextBox(target));
 }