Fill an input field located by its attribute.
Step pattern
When (I |we )*fill in "([^"]*)?" with "([^"]*)?" by( its)*(?: "([^"]*)?")* (attribute|attr)Examples
Example #1
When I fill in "#uname" with "John Smith" by attrExample #2
When I fill in "uname" with "John Smith" by attrExample #3
And I fill in "pwordcss" with "1234" by "class" attrExample #4
And I fill in "Your full name" with "John Smith" by its "placeholder" attribute