I was trying to import ngweb driver into the katalon project to use some angular commands in the script but it was throwing an error when I try to use import statement in the code.
This is the import statement i was using to import the ngweb driver.
import com.paulhammant.ngwebdriver.ByAngular
import com.paulhammant.ngwebdriver.NgWebDriver
Can anyone help me with this issue and some way to use the angular commands in the script.
Thanks in advance.