UNPKG

@percy/selenium-webdriver

Version:

Selenium client library for visual testing with Percy

14 lines (11 loc) 318 B
import { SnapshotOptions } from '@percy/core'; export default function percySnapshot( browser: any, name: string, options?: SnapshotOptions ): Promise<void | { [key: string]: any }>; export function percyScreenshot( browser: any, name: string, options?: Object ): Promise<void | { [key: string]: any }>;