Can I perform automatic testing on an AEM site in editor mode by using selenium? | Community
Skip to main content
March 6, 2020
Solved

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

  • March 6, 2020
  • 1 reply
  • 1137 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by BrianKasingli

@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

1 reply

BrianKasingli
Community Advisor and Adobe Champion
BrianKasingliCommunity Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
August 10, 2020

@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