Page object representing the global action controls on the bottom of the action bar.

const workbench = await browser.getWorkbench()
const actionControl = await workbench.getActivityBar().getGlobalActions()
console.log(await Promise.all(actionControl.map(ac => ac.getTitle())))
// returns: [ 'Accounts', 'Manage' ]

Hierarchy (view full)

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