I'm using PhantomJS as a Selenium webdriver, and I have an in-memory string of a webpage.
How can I load the string into PhantomJS akin to what would happen if I did driver.get()?
I've looked all over but can't find anything like this short of writing a file to disk and GETing that. But that feels a little crazy.