Click the Load Project(s) button to begin generating documentation.
##
use WWW::Mechanize;
my $mech = 'WWW::Mechanize'->new;
my $url = "***"; //I have hided the website as it is internal to the company.
$mech->get("$url");
$mech->click('loadProject()');
#$mech->click_button(id => 'loadProject');