Class PropertiesPage.Tabs.Basic
- java.lang.Object
-
- com.adobe.cq.testing.selenium.pageobject.cq.sites.PropertiesPage.Tabs.Basic
-
- Enclosing class:
- PropertiesPage.Tabs
public class PropertiesPage.Tabs.Basic extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Basic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.codeborne.selenide.SelenideElementdescription()CoralCheckboxhideInNav()booleanisTagPresent(java.lang.String tag)Check if tag is selected for the pagecom.codeborne.selenide.SelenideElementnavTitle()com.codeborne.selenide.SelenideElementpageTitle()CoralCheckboxslingRedirect()com.codeborne.selenide.SelenideElementsubtitle()com.codeborne.selenide.SelenideElementtitle()com.codeborne.selenide.SelenideElementtoggleTitleInheritance()CoralMultiFieldvanityPath()
-
-
-
Method Detail
-
title
public com.codeborne.selenide.SelenideElement title()
- Returns:
- the title field input element.
-
pageTitle
public com.codeborne.selenide.SelenideElement pageTitle()
- Returns:
- the pageTitle field input element.
-
subtitle
public com.codeborne.selenide.SelenideElement subtitle()
- Returns:
- the subtitle field input element.
-
navTitle
public com.codeborne.selenide.SelenideElement navTitle()
- Returns:
- the Navigation field input element.
-
toggleTitleInheritance
public com.codeborne.selenide.SelenideElement toggleTitleInheritance()
- Returns:
- the title field input element.
-
description
public com.codeborne.selenide.SelenideElement description()
- Returns:
- the description field textarea element.
-
hideInNav
public CoralCheckbox hideInNav()
- Returns:
- the checkbox for hide in nav.
-
slingRedirect
public CoralCheckbox slingRedirect()
- Returns:
- the checkbox for sling redirect.
-
vanityPath
public CoralMultiField vanityPath()
- Returns:
- multifield to define vanity paths.
-
isTagPresent
public boolean isTagPresent(java.lang.String tag)
Check if tag is selected for the page- Parameters:
tag- Tag name- Returns:
- true is tag is selected for page otherwise false
-
-