UNPKG

flagpole

Version:

Simple and fast DOM integration, headless or headful browser, and REST API testing framework.

8 lines (7 loc) 170 B
export interface FindOptions { findBy?: "text" | "value" | "html"; offset?: number; } export interface FindAllOptions extends FindOptions { limit?: number; }