Class SidePanel


  • public final class SidePanel
    extends BaseSidePanel<SidePanel>
    Component class representing the side panel in editor page.
    • Constructor Detail

      • SidePanel

        public SidePanel()
    • Method Detail

      • isErrorsTabDisplayed

        public boolean isErrorsTabDisplayed()
        Returns:
        True if the Errors Panel is displayed, so open and visible.
      • getErrorsPanel

        public com.codeborne.selenide.SelenideElement getErrorsPanel()
        Returns:
        The Errors Panel element.
      • selectErrorsTab

        public com.codeborne.selenide.SelenideElement selectErrorsTab()
        Click the Errors Tab to display the Errors Panel element.
        Returns:
        The Errors Panel element.