Is there a way to click and hold in Katalon?

The website I am running tests for has a markup feature that allows you to click and draw. Is there a “click and hold” action in Katalon? It’s a bit different from clicking and dragging.

Hi Emily

If the WebUI Drag APIs aren’t working for you, perhaps you could try the Selenium Interactions APIs:

https://seleniumhq.github.io/selenium/docs/api/java/org/openqa/selenium/interactions/Actions.html#clickAndHold--

I’m intrigued to know if that works – please post back if it does.

Russ

1 Like