An expectation for checking that an element's attribute contains the specified value.
public static Func<AvaloniaDriver, bool> AttributeContains(By locator, string attribute, string value)
The locator to find the element.
The attribute name.
The value to search for.