SetAttributeInElementByNameAsync
Description: the method inserts an attribute with a value into the specified element
Syntax: SetAttributeInElementByNameAsync(string name, int index, string attribute, string value)
Return value: no return value
Example:
await tester.SetAttributeInElementByNameAsync("MyElement", 0, "value", "value");
Created with the Personal Edition of HelpNDoc: Free PDF documentation generator