$value) { $inputType = $field === 'address' ? 'textarea' : 'input'; $this->actor->fillField($inputType . '[name="User[' . $field . ']"]', $value); } $this->actor->click('user-profile-button'); } }