I have an RSS feed which should have only 1 'item' in it. I know that I can do I.see() to check that any number exists; but is it possible to check if exactly 1 exists?
I know for elements (in html) I have much more flexibility than simply I.see(). Is it possible to see xml as elements?