Yes, just call `page.open` again with a new URL once you're done processing the previous page.
Sincerely,
James Greene
--
You received this message because you are subscribed to the Google Groups "phantomjs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to phantomjs+...@googlegroups.com.
Visit this group at http://groups.google.com/group/phantomjs.
For more options, visit https://groups.google.com/groups/opt_out.
No, not possible. The closest you'll get to something that LOOKS like a synchronous API is to use a higher order library on top of PhantomJS. I highly recommend CasperJS, or you can use the built-in PhantomJSWebDriver (GhostDriver) if you already use a Selenium or WebDriver API.
Sincerely,
James Greene