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

Sites open in context

Wiktor Szczepaniak edited this page Sep 5, 2016 · 2 revisions

Sites management

Open sites in desired context

We can use SiteadminPage to open siteadmin in desired context.

Let’s say, we want to open siteadmin in context of /content/geometrixx-outdoors-mobile.

Assuming, we have a SiteadminPage instance, all we need to do is :

@Test
Public void shouldOpenSiteadminInDesiredContext() {
    siteadminPage.open(“/content/geometrixx-outdoors-mobile”);
}

Back to Sites management

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