A button that appears in the welcome content and can be clicked to execute a command.

To execute the command bound to this button simply run: await button.click();.

Hierarchy (view full)

Constructors

Properties

button$: ChainablePromiseElement<Element>
button$$: ChainablePromiseArray<Element[]>
buttonOrText$: ChainablePromiseElement<Element>
buttonOrText$$: ChainablePromiseArray<Element[]>
text$: ChainablePromiseElement<Element>
text$$: ChainablePromiseArray<Element[]>
welcomeSection: WelcomeContentSection

The enclosing welcome section

Accessors

  • get elem(): ChainablePromiseElement<Element>
  • Base element of given page object

    Returns ChainablePromiseElement<Element>

  • get parent(): ChainablePromiseElement<Element>
  • Parent element of given page object

    Returns ChainablePromiseElement<Element>

Methods

Generated using TypeDoc