SetAttributeInElementByClassAsync
Description: the method inserts an attribute with a value into the specified element
Syntax: SetAttributeInElementByClassAsync(string _class, int index, string attribute, string value)
Return value: no return value
Example:
await tester.SetAttributeInElementByClassAsync("my-element", 0, "value", "значение");
Created with the Personal Edition of HelpNDoc: Full-featured EPub generator