windowHandlePosition
Protocol bindings to receive or change the position of the browser window.
If the windowHandle
URL parameter is falsy, the currently active window will be considered.
Usage
1 | client.windowHandlePosition([windowHandle][,position]).then(callback); |
Parameters
Param | Type | Details |
---|---|---|
windowHandle optional |
String | the window to receive/change the position |
position optional |
Object | the X and Y coordinates to position the window at, relative to the upper left corner of the screen |
Example
1 | // get the position of |