Skip to main content
Go to Latest
interface default.DOM.SetAttributeValueRequest
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { SetAttributeValueRequest } = default.DOM;

Properties

nodeId: NodeId

Id of the element to set attribute for.

name: string

Attribute name.

value: string

Attribute value.