title
Gets an object containing the current page title.
Usage
1 | browser.title(); |
Example
1 | it('should return title using protocol command', function () { |
Returns
- <String>: The current page title.
Gets an object containing the current page title.
1 | browser.title(); |
1 | it('should return title using protocol command', function () { |