-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to execute $.visit() #45
Comments
Hello, I'm running into exactly the same situation here. Attempting to give jquerygo a try, but it never makes it past visit. The script seems to exit immediately but nothing is printed out. I was trying both with and without async. Here's a minimal code snippet I'd expect to work:
Here is the terminal command and output, just that one line then it exits with exit code 0.
It looks to be using these versions:
Any ideas? I'm really stumped. Even the standard code block doesn't work either - no output after command run. localhost is a basic landing page with no redirects or anything.
|
Same for me. The Basic Setup: var $ = require('jquerygo');
$.visit('http://localhost', function() {
console.log('I was here!');
$.close();
}); Nothing happens. Neither an error nor a log. I also tried older versions of phantom and phantonjs but nothing solved the problem! |
Hey guys... sorry you are having problems with this library. I wrote it a long time ago and have not spent time to look into the issues and probably do not have time to debug them. I would recommend using other tools like Casper.js. |
I am unable to visit the webpage i indicated in $.visit(url, function). I read earlier issues to use phantom v1.0.0 instead but to no avail. Any solutions? Thanks
The text was updated successfully, but these errors were encountered: