* @return a {@code JFileChooserFixture} managing the found {@code JFileChooser}.
* @throws org.fest.swing.exception.WaitTimedOutError if a {@code JFileChooser} could not be found.
*/
@Override
public @Nonnull JFileChooserFixture using(@Nonnull Robot robot) {
return new JFileChooserFixture(robot, findComponentWith(robot));
}