Does Katalon supports ARAS PLM Application Automation?

While I am trying to click on Create Part, click action is inconsistent.

HTML-

Create New Part Search Parts
    Quick Search
    Script:-WebUI.click(findTestObject('Object Repository/Page_Aras Innovator/span_Create New Part')) Xpath-//aras-navigation-panel[@id='navigationPanel']/div[2]/div/button/span

    How about creating a new Object called, “button_Create New Part”, and have the XPath as:

    id('navigationPanel')/div[2]/div/button

    and click on it and see what happens?

    it worked fine