How can I click and hold mouse in Katalon?

Hello, guys!

So, I want to rotate a camera with an HTML element. However, I saw in other topics in Katalon Community, which explained what I have an implementation from Selenium to use these keywords.

So, I tried to import this feature to my Katalon, but the commands aren’t recognized because this importation isn’t implemented in totally.

The package name is: org.openqa.selenium.interactions

So, how I can import that?

My code is below:

import org.openqa.selenium.interactions
import org.openqa.selenium.interactions.Actions as Actions
import org.openqa.selenium.interactions.Action as Action

Thank you so much!