-3
I am studying Crawler with php symfony and I came across the following situation: The link works without accent but when the link has accent simply does not click on the link. I have already checked charset in php app, website and vscode ide all beat. UTF-8 If anyone has an idea how to fix this I’d appreciate it.
I made a change to the script in trying to solve this case.
$link = $crawler->filter('.menu-item')->eq(2);
$crawler = $browser->clickLink($link);
$link = $linkCrawler->link();
I got the following mistake.