minkphp/MinkGoutteDriver

Gouette doesn't send name-value for button type submit

artyfarty opened this issue · 4 comments

->click()ing on <button type="submit" name="foo" value="bar"> will send form, but without foo:bar data.

I have experienced the same problem with this driver. Is there a way to manipulate the post data or the page content to add a hidden field with the name and value of the submit button?

same problems

Maybe it's a problem with a Goutte and not a driver?

stof commented

Closing this as I think it has been fixed by Symfony DomCrawler at some point. This case is explicitly covered by our testsuite now