MCPcopy
hub / github.com/alixaxel/chrome-aws-lambda / fillFormByLabel

Method fillFormByLabel

typings/chrome-aws-lambda.d.ts:375–375  ·  view source on GitHub ↗

* Fills a `form` with a variable number of inputs and returns its actual filled state. * * @param selector - Selector to query the `form` element for. * @param data - Data to fill the form, as a label-value[s] map.

(selector: string, data: T)

Source from the content-addressed store, hash-verified

373 * @param data - Data to fill the form, as a label-value[s] map.
374 */
375 fillFormByLabel<T extends Record<string, boolean | string | string[]>>(selector: string, data: T): Promise<Record<keyof T, string[]>>;
376
377 /**
378 * Fills a `form` with a variable number of inputs and returns its actual filled state.

Callers 2

FrameManager.tsFile · 0.65
Page.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected