set Attribute Value
suspend fun DOMDomain.setAttributeValue(nodeSelector: CssSelector, name: String, value: String)(source)
Sets the attribute of the given name to the given value on the node corresponding to the given nodeSelector. Throws an exception if the selector didn't match any node.