Skip to content

Commit

Permalink
removed splash screen
Browse files Browse the repository at this point in the history
  • Loading branch information
yec committed Apr 23, 2012
1 parent d43602b commit 27d4245
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stgeorge.pl
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
}
);


$m->form_name('splashScreenForm');
$m->submit();
# Use when there is a splash screen
#$m->form_name('splashScreenForm');
#$m->submit();
$m->follow_link( url_regex => qr/viewAccountDetails/i, n => $config{'accountpos'} );
#print $m->content();

Expand All @@ -38,7 +38,7 @@
$m->submit_form(
form_name => 'accountDetailForm',
fields => {
exportFileFormat => 'QIF',
exportFileFormat => 'CSV',
dispatchCommand => 'downloadButton'
}
);
Expand Down

0 comments on commit 27d4245

Please sign in to comment.