Hi,
I try to use custom javascript for reading html attributes of the clicked element:
function () {
var elementRole = {{ClickElement}}.getAttribute("role");
return elementRole;}
This causes a
Uncaught SyntaxError: Unexpected token '{'
How do I fix this?