SetAttributeInElementByIdAsync

Parent Previous Next

SetAttributeInElementByIdAsync

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

Syntax: SetAttributeInElementByIdAsync(string id, string attribute, string value)

Return value: no return value


Example:

await tester.SetAttributeInElementByIdAsync("MyElement", "value",  "value");

Created with the Personal Edition of HelpNDoc: Create iPhone web-based documentation