Symfony crawler select OPTION in SELECT list without FORM

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.

Leave a Comment

Your email address will not be published.

Scroll to Top