I\'ve already found that when I want to set value to text field, text area or password field, I can use id, name or label as something in fill_in somethin
something
fill_in somethin
There are many ways to achieve the same result. The one I like the most is:
first('input#id.class', visible: false).set("your value")