Advertisement
Guest User

Untitled

a guest
Aug 28th, 2013
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. page.onLoadFinished = function()
  2. {
  3. // function body
  4. var pageTitle = page.evaluate(function() {
  5. console.log('Page Name: ' + document.title);
  6. return document.title;
  7. });
  8. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement