BrowserSizeAsync
Description: the method sets the browser size
Syntax: BrowserSizeAsync(int width, int height)
Return value: no return value
Example:
await tester.BrowserSizeAsync(800, 600);
Created with the Personal Edition of HelpNDoc: Free HTML Help documentation generator