.exports() Suggest edits
Retrieve the current window handle.
Usage
Example
this.demoTest = function (browser) {
browser.windowHandle(function(result) {
console.log(result.value);
});
}
Parameters
Name | Type | description |
---|---|---|
callback |
function | Callback function which is called with the result value. |