Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support of page.close() #7

Open
ecLAllanon opened this issue Mar 10, 2015 · 0 comments
Open

support of page.close() #7

ecLAllanon opened this issue Mar 10, 2015 · 0 comments

Comments

@ecLAllanon
Copy link

please add support of page.close()
now it just hangs on close()

sync(
  function () {
    ph = phantom.create();
    page = ph.createPage();
    status = page.open("http://www.google.com");
    console.log("status="+status);
    title = page.evaluate(function () { return document.title; });
    console.log("title="+title);
    page.close();
    console.log("Page closed.");
    ph.exit();
  }
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant