| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.types.domsnapshot |
| Modifier and Type | Method and Description |
|---|---|
List<NameValue> |
DOMNode.getAttributes()
Attributes of an `Element` node.
|
List<NameValue> |
ComputedStyle.getProperties()
Name/value pairs of computed style properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DOMNode.setAttributes(List<NameValue> attributes)
Attributes of an `Element` node.
|
void |
ComputedStyle.setProperties(List<NameValue> properties)
Name/value pairs of computed style properties.
|
Copyright © 2020. All rights reserved.