UNPKG

@nova-ui/bits

Version:

SolarWinds Nova Framework

12 lines (11 loc) 429 B
import { ElementArrayFinder, ElementFinder } from "protractor"; import { Atom } from "../../atom"; export declare class BreadcrumbAtom extends Atom { static CSS_CLASS: string; getAllItems(): ElementArrayFinder; getItemsCount: () => Promise<number>; getLastItem: () => ElementFinder; getFirstItem: () => ElementFinder; getLink: (item: ElementFinder) => ElementFinder; getUrlState(): Promise<string>; }