UNPKG

@theintern/leadfoot

Version:

Leadfoot. A JavaScript client library that brings cross-platform consistency to the Selenium WebDriver API.

6 lines (5 loc) 306 B
import { CancellablePromise } from '@theintern/common'; import Session from '../Session'; import Element from '../Element'; import { Strategy } from './Locator'; export default function waitForDeleted(session: Session, locator: Session | Element, using: Strategy, value: string): CancellablePromise<void>;