SetStyleInElementByNameAsync

Parent Previous Next

SetStyleInElementByNameAsync

Description: the method sets the style of the element

Syntax: SetStyleInElementByNameAsync(string name, int index, string cssText)

Return value: no return value


Example:

await tester.SetStyleInElementByNameAsync("pass", 0, "background-color: #123456;");

Created with the Personal Edition of HelpNDoc: Free EPub producer