GetAttribute(String) Method

Definition

Assembly HeadlessTestingFramework.dll

Gets the value of an attribute/property.

public string? GetAttribute(string name)

Parameters

name
String

The attribute name.

Returns

String
The attribute value as string, or null if not found.