function()

in robot-server-plugin/src/main/resources/static/xpathEditor.js [164:169]


                    function (a, b) {
                        if (a.priority === b.priority) {
                            return a.xpath.length - b.xpath.length
                        }
                        return a.priority - b.priority
                    }