Skip to content
This repository was archived by the owner on Nov 23, 2021. It is now read-only.

Sidekick

Daniel Madejek edited this page Jul 15, 2016 · 6 revisions

Sidekick

Introduction

Bobcat provides classes that allows to perform actions on AEM Classic Sidekick.

Description

Sidekick Description

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)

Usage Examples

For all available methods please look into javadoc

Opening component group on "Components" tab
sidekick.clickComponentGroupToggle("General");
Checking if component is present group on "Components" tab
sidekick.isComponentGroupPresent("General");

Getting started with Bobcat

  1. Getting started

AEM Related Features

  1. Authoring tutorial - Classic
  1. AEM Classic Authoring Advanced usage
  1. Authoring tutorial - Touch UI

Clone this wiki locally