How to update selected Dom element with DomCrawler component of symfony?
$crawler->filter("table.positions")->addHtmlContent("<tr class="position"></td></td></tr>");
$crawler->filter('.position')->html(); // InvalidArgumentException: The current node list is empty.