Robot - Capture icon_help message in screenshot

Hi,

In Robot test, it is possible to capture in screenshot an help message from an icon ?

I would using this screenshot in my documentation.

Thank's a lot,
André

If you can get the help message to display, the Capture viewport screenshot keyword of plone.app.robotframework should capture it.

If the help text is displayed by hovering over an icon, the Mouse Over keyword of the Selenium2Library should help.

Here's some great background: Meet the Robot family (for Plone developers).