CasperJS click event having AJAX call
问题 I am trying to fetch data from a site by simulating events using CasperJS with phantomJS 1.7.0. I am able to simulate normal click events and select events. But my code fails in following scenario: When I click on button / anchor etc on remote page, the click on remote page initiates an AJAX call / JS call(depending on how that page is implemented by programmer.). In case of JS call, my code works and I get changed data. But for clicks where is AJAX call is initiated, I do not get updated