UNPKG

@doczilla/node

Version:
17 lines (15 loc) 518 B
/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { PageWaitForSelectorOptions } from './PageWaitForSelectorOptions'; export type PageWaitForSelector = { /** * The [selector](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_selectors) of an element to wait for. */ selector: string; /** * Options for configuring waiting behavior. */ options?: PageWaitForSelectorOptions | null; };