SetTextInElementByTagAsync

Parent Previous Next

SetTextInElementByTagAsync

Description: the method inserts text into the specified element 

Syntax: SetTextInElementByTagAsync(string tag, int index, string text)

Return value: no return value


Example:

await tester.SetTextInElementByTagAsync("h1", 0, "текст");

Created with the Personal Edition of HelpNDoc: Generate Kindle eBooks with ease