Recently I found that elements found using 'find
' of capybara may not work properly with 'fill_in
'( Refer:Capybara can find but not fill_in)
So the params used by fill_in and find are different. Hence I can use set
and fill my form fields found using 'find
' is what I have observed.
Is there any other difference?