SetValueInElementByClassAsync

Parent Previous Next

SetValueInElementByClassAsync

Description: the method inserts value into the specified element 

Syntax: SetValueInElementByClassAsync(string _class, int index, string value)

Return value: no return value


Example:

await tester.SetValueInElementByClassAsync("my-element", 0, "value");

Created with the Personal Edition of HelpNDoc: Create help files for the Qt Help Framework