UNPKG

playwright-fluent

Version:
5 lines (4 loc) 302 B
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>;