Cannot find elements when XPath expression is null

I could confirm that in Katalon Studio 5.10.1, this issue has been fixed.

4 Likes

devalex88,

Are you going to make any imrovement for this issue in the next version 5.11.0 ?

1 Like

devalex88,

I can tell you what I want you to do:

We have this line in WebUIKeywordMain#runKeyword() method:

    stepFailed(errorMessage, flowControl, ExceptionsUtil.getMessageForThrowable(e), takeScreenShot);

Please change this to:

    stepFailed(errorMessage, flowControl, ExceptionsUtil.getStackTraceForThrowable(e), takeScreenShot);
1 Like