I'm trying to locate and check a text inside a .doc element which is opened on a new tab through a link.
So let's suppose I click a link which opens a new tab, this tab is a .doc which has a title saying "Welcome".
How can I let my robotframework check that welcome text?
ND. I've tried with the standard keywords like "Element text should be", "Page should contain" etc. and it's not working.
Thanks