AttributeValueByTagNameComplete

Finds attribute values from other tags based on a tag name such as "find id values from table elements".

class AttributeValueByTagNameComplete : CompletionSource {
string attribute;
string tag;
}

Meta