Try something like
$myInput = $crawler->filterXPath(".//select[@id='ff-select-Choice']//option[@value='val2']");
and see if it works.
CLICK HERE to find out more related problems solutions.
Try something like
$myInput = $crawler->filterXPath(".//select[@id='ff-select-Choice']//option[@value='val2']");
and see if it works.
CLICK HERE to find out more related problems solutions.