playwright-fluent
Version:
Fluent API around playwright
5 lines (4 loc) • 302 B
TypeScript
import { SelectorFluent } from '../../../selector-api';
import { MethodName } from '../../handle-actions';
import { InvokeOptions } from '../../page-actions';
export declare function invokeMethodOnSelectorObject(methodName: MethodName, selector: SelectorFluent, options: InvokeOptions): Promise<void>;