UNPKG

@wdio/image-comparison-core

Version:

Image comparison core module for @wdio/visual-service - WebdriverIO visual testing framework

8 lines 412 B
import type { TabbableOptions } from '../commands/tabbable.interfaces.js'; /** * This method is based on this blog post * https://vivrichards.co.uk/accessibility/automating-page-tab-flows-using-visual-testing-and-javascript * by Viv Richards and optimized for using Canvas */ export default function drawTabbableOnCanvas(drawOptions: TabbableOptions): void; //# sourceMappingURL=drawTabbableOnCanvas.d.ts.map