Problem finding text from hover menu

I have an issue where I hover over to a menu then want to validate the text in order to click on it. It seems it can not find the text work.
I am using Mac OS latest, running the test on chrome browser.
following are set of code.
WebUI.openBrowser(‘’)

WebUI.navigateToUrl(‘https://thewebsite.com’)

I am using following to verify that WebUI.verifyTextPresent(“Navigation Text”, false). please see the screenshot below.

I can not seem to verify “Navigation” text. It will be helpful if you can provide some information.

Thanks.

why you want to check for text? test will fail even when you will try to directly click on that element.

and no screenshot, no html…

I think you want to throw in a

WebUI.mouseOver(findTestObject('...'))

User 123 said:

I think you want to throw in a

WebUI.mouseOver(findTestObject('...'))

I have done this then after it I used verifytextpresent(“text”, false). Still, it can not find the text.