legacy phantomjs is not loading page as expected
when I do console.log(document.querySelectorAll('a[data-event-label="Event card"]')) in
normal browser it gives -> 21 links
But in phantomjs it returns 0 links.
URL mentioned above is start URL. after crawling page there no URL in queue.
can anyone help me to solve this issue?

