Generating PDFs using Phantom JS on .NET applications
I have been looking into phantomJS and looks like it could be a great tool to use generating PDFs. I wonder if anyone have successfully used it for their .NET applications.
I have been looking into phantomJS and looks like it could be a great tool to use generating PDFs. I wonder if anyone have successfully used it for their .NET applications.
So I am trying to open websites on new tabs inside my WebDriver. I want to do this, because opening a new WebDriver for each website takes about 3.5secs using PhantomJS, I want more speed…
I’m having trouble with Selenium and PhantomJS on Windows7 when I want to get the source of the page of an URL.
browser.page_source returns only <html><head></head></html>. I’ve put a sleep before browser.page_source but it didn’t help.