I’ve encountered with the following limitations when using Katalon Studio:
no auto-suggestions
no import
only some simple expressions are working
For example, I cannot evaluate the following expression:
WebUI.verifyElementNotPresent(testObject, 1, FailureHandling.OPTIONAL)
nor this one: com.kms.katalon.core.webui.keyword.WebUiBuiltInKeywords.verifyElementNotPresent(testObject, 1, FailureHandling.OPTIONAL)
although the code processing has stopped on the breakpoint on the line which contains exactly that expression.
I’ve used to work with IDEA, and its ‘Evaluate Expression’ lack everything mentioned above.
Please tell me that I’m wrong and all these things work fine.
Would like to bump this and mention evaluate expression does not work as expected, given how it works in other IDEs. Also add expression to watch list should be in the right click mouse menu. When I try to evaluate this expression with debug:
Mobile.verifyElementVisible(value, GlobalVariable.G_Timeout_Short, FailureHandling.OPTIONAL)
I get the following errors:
8.X already came with an updated eclipse engine. @nathaniel.s.thompson you can try the alpha version and check if it is solving the issue (note that, being alpha, may still have lot of bugs).
You can grab it here: