This repository was archived by the owner on Nov 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Sidekick
Daniel Madejek edited this page Jul 15, 2016
·
6 revisions
Bobcat provides classes that allows to perform actions on AEM Classic Sidekick.

Main elements:
- AemSidekick - page object that represents whole sidekick
- SidekickActions - helper class for performing operations (included in AemSideKick)
- SidekickTab - enum for tabs on sidekick (marked by red color)
- ModeIcon - enum for choosing different sidekick modes (marked by blue color)
- PageOperation - enum for choosing different page operations (marked by black color)
- SidekickSection - enum for opening different sections if they are available on tab (marked by green color)
For all available methods please look into javadoc
sidekick.clickComponentGroupToggle("General");sidekick.isComponentGroupPresent("General");- Configuring Bobcat
- Selenium enhancements
- Cucumber enhancements
- Traffic analyzer
- Email support
- Reporting
- Cloud integration
- Mobile integration
- Executing tests on different environments
- Working with multiple threads
- Tips and tricks
- Authoring tutorial - Classic
- AEM Classic Authoring Advanced usage
- Siteadmin
- Sidekick
- Aem Component
- Working with author pages
- Working with Publish pages
- Advanced component interactions
- Working with Context Menu
- Using Aem Content Tree
- Aem Content Finder
- Storing component configurations
- Working with packages
- Jcr Support
- Authoring tutorial - Touch UI
- Adding and editing a component
- Sites management tutorial