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

Method fillFormByXPath

typings/chrome-aws-lambda.d.ts:399–399  ·  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 XPath selector-value[s] map.

(selector: string, data: T)

Source from the content-addressed store, hash-verified

397 * @param data - Data to fill the form, as a XPath selector-value[s] map.
398 */
399 fillFormByXPath<T extends Record<string, boolean | string | string[]>>(selector: string, data: T): Promise<Record<keyof T, string[]>>;
400
401 /**
402 * Returns normalized number(s) found in the given element.

Callers 2

FrameManager.tsFile · 0.65
Page.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected