mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: generate docs for the protocol (#6213)
This commit is contained in:
20
new-docs/puppeteer.protocol.dom.setattributevaluerequest.md
Normal file
20
new-docs/puppeteer.protocol.dom.setattributevaluerequest.md
Normal file
@@ -0,0 +1,20 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [SetAttributeValueRequest](./puppeteer.protocol.dom.setattributevaluerequest.md)
|
||||
|
||||
## Protocol.DOM.SetAttributeValueRequest interface
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
export interface SetAttributeValueRequest
|
||||
```
|
||||
|
||||
## Properties
|
||||
|
||||
| Property | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| [name](./puppeteer.protocol.dom.setattributevaluerequest.name.md) | string | Attribute name. |
|
||||
| [nodeId](./puppeteer.protocol.dom.setattributevaluerequest.nodeid.md) | [NodeId](./puppeteer.protocol.dom.nodeid.md) | Id of the element to set attribute for. |
|
||||
| [value](./puppeteer.protocol.dom.setattributevaluerequest.value.md) | string | Attribute value. |
|
||||
|
||||
Reference in New Issue
Block a user