function()

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


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