Hi
In Version 6.2.0
I am facing java.lang.ClassNotFoundException: org.w3c.dom.ElementTraversal
Sample Code:
def path = “C:/abc.xml”
DocumentBuilderFactory dbFactory = DocumentBuilderFactory.newInstance();
Document xml = dbFactory.newDocumentBuilder().parse(path);
Do you encounter this issue in previous versions of Katalon?
Hi @Paaras_Deep_Singh,
Please update Katalon Studio to v6.2.1.
Thanks.
I encountered same issue with 6.2 version. I don’t see 6.2.1 version listed yet, where can we download it?
@Alejandro_Gonzalez,
Please press Check for update.
Thanks.