Updates:
Summary: `ML` library: `Element Should (Not) Exist` and `Get Element
Count` keywords
Comment #2 on issue 1236 by pekka.klarck: `ML` library: `Element Should
(Not) Exist` and `Get Element Count` keywords
http://code.google.com/p/robotframework/issues/detail?id=1236
This issue was updated by revision 2033e4e3563a.
Decided to add also `Get Element Count` to make it possible to have more
complex checks based on how many elements match. This keyword both logs and
returns the count. Previously added `Element Should (Not) Exist` keywords
could use this as a helper and got logging for free.
All new keywords are still undocumented...