private void launchFileChooser(int delay) {
   window.launchDelay(delay);
   fixture.button("browse").click();
 }