SetStyleInElementByIdAsync
Description: the method sets the style of the element
Syntax: SetStyleInElementByIdAsync(string id, string cssText)
Return value: no return value
Example:
await tester.SetStyleInElementByIdAsync("buttonLogin", "background-color: #123456;");
Created with the Personal Edition of HelpNDoc: Easily create CHM Help documents