For some time I've had a working system with PhantomJS calling into a webserver that uses Kendo.
after upgrading to Kendo 2014.2.903 PhantomJS blocks forever
are there common tricks to make this feel less dirty? I don't want use the setTimeout() function in PhantomJS, I want the page render to fully complete
When I use the debugging features in Internet Explorer to see if the page fully completes (that there isn't a hanging async call), and I believe everything is complete
thoughts? tips? I've read everything I've found