-
Notifications
You must be signed in to change notification settings - Fork 12
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
goto patch not compatible with waitForSelectors... #1
Comments
I am able to work around this problem by move the callback out of waitForSelector casper.waitForSelector('.xx');
casper.then(function(){/* ... */}); otherwise, only first waitForSelector will work. |
Yes, very necessary waitForSelector() function doesn't work... |
any resolution to this? is there a better workaround now in 1.1? |
Is there any solutions for that? |
This is very very need function! |
I had the same problem. You can find workaround here: #4 |
Thanks for your update. I have used eg The screenshot executes immediately without waiting for the page to load, thus resulting in an empty screenshot. I know I can use something such as a Is there anyway to fix this so that |
I haven't digging too much but it seems if I add
waitForSelector
beforelabel
, it won't work at allThe text was updated successfully, but these errors were encountered: