element.getCustomAttribute(name)Get custom HTML attributes for an element by name.
name : String - The name of the custom attribute.Promise<String>
A Promise that resolves to the value of the named custom attribute.
Checks for authorization only