Hello,
I just noticed that Elements.contains does not works like it does for
Element.contain
ex : I have an Elements array like els = [A], if I try
els.contains(B), it fails, but if I do els[0].contains(B) it matches
(as it should), is it a normal behavior ?
I thought Elements methods works like for Element methods, I expected
Elements.contains(B) return true if at least one element of the array
match containing the argument B...am I wrong ?

Reply via email to