travist / jquery.go.js

An easy-to-use web testing and automation tool that uses the jQuery interface within Node.js to interact with the Phantom.js browser.
MIT License
150 stars 35 forks source link

phantom stdout referenceerror can't find variable jquery #43

Open randeelkv opened 8 years ago

randeelkv commented 8 years ago

I am getting the follwing error when i am trying to call $.waitForPage/waitForElement functions

phantom stdout: ReferenceError: Can't find variable: jQuery

phantom stdout: phantomjs://webpage.evaluate():2 phantomjs://webpage.evaluate():3 phantomjs://webpage.evaluate():3

phantom stdout: ReferenceError: Can't find variable: jQuery

phantomjs://webpage.evaluate():2 phantomjs://webpage.evaluate():3 phantomjs://webpage.evaluate():3

phantom stdout: ReferenceError: Can't find variable: jQuery

phantomjs://webpage.evaluate():2 phantomjs://webpage.evaluate():3 phantomjs://webpage.evaluate():3

and it continues on... Please help. Thanks & Regards,