SetStyleInElementByClassAsync

Parent Previous Next

SetStyleInElementByClassAsync

Description: the method sets the style of the element

Syntax: SetStyleInElementByClassAsync(string _class, int index, string cssText)

Return value: no return value


Example:

await tester.SetStyleInElementByClassAsync("text-field", 0, "background-color: #123456;");

Created with the Personal Edition of HelpNDoc: Free Web Help generator