getCurrentTabId
Retrieve the current window handle.
Usage
1 | browser.getCurrentTabId(); |
Example
1 | it('should return the current tab id', function () { |
Returns
- <String>: the window handle URL of the current focused window
Retrieve the current window handle.
1 | browser.getCurrentTabId(); |
1 | it('should return the current tab id', function () { |