Fills a field with a value.
Browser page object
Input field selector
Value to fill
Optional
Optional: 1-based index for nth element
And I k6 fill the field "#firstName" with "John" And I k6 fill the field "input" with "test" "2" Copy
And I k6 fill the field "#firstName" with "John" And I k6 fill the field "input" with "test" "2"
Fills a field with a value.