I'm using Symfony2 DOMCrawler. I have a link on page. I want to go thru the link and crawl some content there. How can I do it? LEt the code be like this
<a href="www.example.com">Go there</a>
I know about $crawler->selectLink('Go there')->link();