Currently, I am in the process of transitioning a script from PhantomJS to CasperJS, and I am curious if Casper offers any references to the Phantom objects it utilizes internally.
It is important to note that Phantom provides certain functionalities that Casper lacks (such as injectJs).
For the sake of thoroughness, here is a list of all Phantom's objects:
Upon inspecting the properties of the casper
object, I did discover a reference to the webpage
object (casper.page
), which addresses my specific needs. Regardless, I decided to post this inquiry in case others require access to system, fs, webserver, or child_process.