UNPKG

wix-style-react

Version:
14 lines 625 B
import { UniDriver } from '@wix/wix-ui-test-utils/unidriver'; export declare const sidePanelSectionDriverFactory: (base: UniDriver) => { /** Returns title value */ getTitle: () => Promise<string | undefined>; /** Returns titleVisible value */ getTitleVisible: () => Promise<boolean>; /** Returns ariaLabel value */ getAriaLabel: () => Promise<string | null>; exists: () => Promise<boolean>; element: () => Promise<any>; click: () => Promise<void>; }; export type SidePanelSectionUniDriver = ReturnType<typeof sidePanelSectionDriverFactory>; //# sourceMappingURL=Section.uni.driver.d.ts.map