I am studying PhantomJS and wondering if it is possible to use jQuery DOM selectors in PhantomJS JS files? I saw a short github example that seems to point to this:
PhantomJS example with Qunit (and jQuery?)
If you look at the run-qunit.js file at the top of the screen, it seems that you can use the jQuery DOM selector as parameters. But I get errors when I do this - not sure if this is my syntax, or because Phantom doesn't know about jQuery, so I thought I'd ask about the PhantomJS / jQuery relationship first.
larryq
source share