windowHandles
Retrieve the list of all window handles available to the session.
Usage
1 | browser.windowHandles(); |
Example
1 | it('should return all window handles', function () { |
Returns
- <String[]>: a list of window handles
Retrieve the list of all window handles available to the session.
1 | browser.windowHandles(); |
1 | it('should return all window handles', function () { |