title
Examples
page.open('http://phantomjs.org', function (status) {
console.log(page.title); // get page Title
phantom.exit();
});
page.open('http://phantomjs.org', function (status) {
console.log(page.title); // get page Title
phantom.exit();
});