Behat テストを作成していて、非表示の入力フィールドの値を変更する必要があります
<input type="hidden" id="input_id" ..... />
この入力フィールドの値を変更する必要がありますが、取得し続けます
Form field with id|name|label|value "input_id" not found
ステップを使ってきました
$steps->And('I fill in "1" for "input_id"', $world);
非表示の入力フィールドを変更するために必要な特別なことはありますか?