We are looking for Automation testing tools and frameworks for AEM authoring part, Currently, we are exploring Bobcat by Cognifide (Bobcat for everyone) Has Anyone worked or explored Cognifide Bobcat or any other framework for authoring automation testing?
Thanks for the help guys, I tried context unsafe as well, but it was not working. There was some issue with the value of the parameter which contained [], which was working fine on browser and when hard coded in iframe src, but the XSS filtering was not passing it despite Context set as unsafe,There...
We have created a component for iframe in touch UI and created a model class, We are trying to load a URL with some parametersbelow is the code snippet for reference <sly data-sly-use.model="com.test.IframeModel"> ${model.url @ context='uri'} <iframe src="${model.url @ context...
Hi Guys, We are also facing a similar issue, did you guys found any solution to this problem. We are using AEM-6.1. As per the comments provided in AEM out of the box Checkbox touch UI JSP /libs/granite/ui/components/foundation/form/checkbox/checkbox.jspwarning:: When setting ``defaultChecked`` = `...