first commit
This commit is contained in:
9
node_modules/chromium-bidi/lib/bidiMapper/modules/input/InputProcessor.d.ts
generated
vendored
Normal file
9
node_modules/chromium-bidi/lib/bidiMapper/modules/input/InputProcessor.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
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>;
|
||||
}
|
||||
Reference in New Issue
Block a user