.end() Suggest edits
Ends the session. Uses session protocol command.
Usage
.end([callback])
Example
this.demoTest = function (browser) {
browser.end();
};
Parameters
Name | Type | description |
---|---|---|
callback Optional |
function | Optional callback function to be called when the command finishes. |