SetAttributeInElementByTagAsync

Parent Previous Next

SetAttributeInElementByTagAsync

Description: the method inserts an attribute with a value into the specified element 

Syntax: SetAttributeInElementByTagAsync(string tag, int index, string attribute, string value)

Return value: no return value


Example:

await tester.SetAttributeInElementByTagAsync("input", 0, "value",  "value");

Created with the Personal Edition of HelpNDoc: Write EPub books for the iPad