Radio-Skonto
Radio-Skonto
You can crawl **hidden** elements by [Symfony DomCrawler](https://symfony.com/doc/current/components/dom_crawler.html) Just upload html from Panther to Symfony DomCrawler Simple example ``` $browser = Client::createChromeClient(); $browser->request('GET', 'https://www.webpage.com'); $htmlData = $browser->getCrawler()->html(); $domCrawler = new...
On debugger nothing - no AJAX request at all, no errors..
@ajgarlag if i correct understand at this moment bug is not fixed and need downgrade version of EA to 4.8.*?
@ajgarlag - Thank you very much for solution