I am testing website and then I come across a link I want to open and continue testing the second web page
casper.start('http://Firstsite.com', function() {
//blablah my codeing
casper.start('http://Secondesite.com', function() {
//blablah my codeing for ('http://Secondesite.com', )
});
});