Class PropertiesPage.Tabs.Basic

  • Enclosing class:
    PropertiesPage.Tabs

    public class PropertiesPage.Tabs.Basic
    extends java.lang.Object
    • Constructor Detail

      • Basic

        public Basic()
    • 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