Tap doesn't work on tablets/mobiles

Hi,

I need to test a help bubble, which will display a help message when you hover/tap over it. On desktop is working ok with WebUI.mouseOver. On tablet/mobile devices you have to tap on the help bubble to display the message and the issue is that i couldn’t replicate that action In Katalon. I’ve tried the following keywords, but none of them worked.

WebUI.mouseOver(findTestObject(‘span’)

WebUI.focus(findTestObject(‘span’))

WebUI.Click(findTestObject(‘span’))

WebUI.clickOffset(findTestObject(‘span’), 8, 8)

Any ideas on how to solve the issue?

Thank you.