From 869269bd3b9a1c372e0025a949b4d6ce4e52d601 Mon Sep 17 00:00:00 2001 From: Gavan Fantom Date: Thu, 26 May 2011 13:17:33 +0000 Subject: [PATCH] An extra follow_processing() seems to be necessary at some times. --- orangelogin.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/orangelogin.pl b/orangelogin.pl index e4a23b4..c1ca8ed 100755 --- a/orangelogin.pl +++ b/orangelogin.pl @@ -62,6 +62,8 @@ $mech->submit_form( } ); +follow_processing(); + print "Following view your bills link\n"; $mech->follow_link( text_regex => qr/view your bills/ );