SetValueInElementByIdAsync

Parent Previous Next

SetValueInElementByIdAsync

Description: the method inserts value into the specified element 

Syntax: SetValueInElementByIdAsync(string id, string value)

Return value: no return value


Example:

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

Created with the Personal Edition of HelpNDoc: Create cross-platform Qt Help files