Search found 1 match

by Archer614
29 Mar 2019 09:02
Forum: RaZberry
Topic: Using Codeception with form input array
Replies: 0
Views: 3281

Using Codeception with form input array

So I am trying to use Codeception on a form where I have multiple inputs that have a name like such. <input type="text" name="flavours[]" > I have tried $I->fillField('flavors[]', 'Blue Razberry'); However Codeception returns Couldn't fill field "flavors[]","Blue R...