UNPKG

@wix/design-system

Version:

@wix/design-system

11 lines 488 B
import { UniDriver } from '@wix/unidriver-core'; import { BaseUniDriver } from '@wix/wix-ui-test-utils/unidriver'; export interface InfoIconUniDriver extends BaseUniDriver { hover(): Promise<void>; click(): Promise<void>; getSize(): Promise<string>; getContent(): Promise<string>; isTooltipOpen(): Promise<boolean>; } export declare const infoIconDriverFactory: (base: UniDriver, body: UniDriver) => InfoIconUniDriver; //# sourceMappingURL=InfoIcon.uni.driver.d.ts.map