Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/open-document-settings-sidebar

Index

Functions

  • openDocumentSettingsSidebar(tab?: string): void
  • Open Document Settings Sidebar

    example

    Open 'Post' tab

    cy.openDocumentSettingsSidebar()
    
    example

    Open 'Block' tab

    cy.openDocumentSettingsSidebar('Block')
    

    Parameters

    • tab: string = 'Post'

      Name of the tab

    Returns void

Generated using TypeDoc