Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Can I perform automatic testing on an AEM site in editor mode by using selenium?

Avatar

Level 1

I have been using Selenium to test the user interface of my AEM site on preview mode. It was done without any technical problem. However, when I try to run selenium test on editor or author mode, such as clicking on a web component to open component dialog, my webdriver is unable to get the web element and throw an exception called org.openqa.selenium.elementnotinteractableexception.

I have tried to solution on StackOverflow, but none of the solution is helpful for what I am doing.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
1 Reply

Avatar

Correct answer by
Community Advisor

@rongeegee please take a look at the Bobcat Test Framework, as this solution works well. https://www.liatrio.com/blog/bobcat-test-framework-as-an-aem-focused-ui-testing-framework