Skip to content

Interface: GetValueOptions

Defined in: src/form/form.ts:8

Options for getValue. Extend wait options with an optional root element.

Extends

Properties

PropertyTypeDefault valueDescriptionInherited fromDefined in
visible?booleanfalseWait for the selected element to be present in DOM and to be visible. See ElementHandle.isVisible for the definition of element visibility.WaitForSelectorOptions.visiblenode_modules/.pnpm/puppeteer-core@24.38.0/node_modules/puppeteer-core/lib/types.d.ts:8365
hidden?booleanfalseWait for the selected element to not be found in the DOM or to be hidden. See ElementHandle.isHidden for the definition of element invisibility.WaitForSelectorOptions.hiddennode_modules/.pnpm/puppeteer-core@24.38.0/node_modules/puppeteer-core/lib/types.d.ts:8373
timeout?number30_000 (30 seconds)Maximum time to wait in milliseconds. Pass 0 to disable timeout. The default value can be changed by using Page.setDefaultTimeoutWaitForSelectorOptions.timeoutnode_modules/.pnpm/puppeteer-core@24.38.0/node_modules/puppeteer-core/lib/types.d.ts:8381
signal?AbortSignalundefinedA signal object that allows you to cancel a waitForSelector call.WaitForSelectorOptions.signalnode_modules/.pnpm/puppeteer-core@24.38.0/node_modules/puppeteer-core/lib/types.d.ts:8385

Matterway Assistant SDK Documentation