.maximizeWindow() Suggest edits
Maximizes the current window.
Usage
Example
this.demoTest = function (browser) {
browser.maximizeWindow();
};
Parameters
Name | Type | description |
---|---|---|
callback Optional |
function | Optional callback function to be called when the command finishes. |