Mobile Test - How do I quickly check the displayed message?

How do I quickly check the displayed message?

Ex. [WebUI] Verify Element Text but I can’t find the keyword.

Hi @aoraya.zine

You can get the element text then try the assert command.

Eg:

String text = Mobile.getText(...)
assert text == 'the compared text'