getTitle
Get the title of current opened website. This command only works for browser environments or on mobile devices with webview enabled (hybrid tests).
Usage
1 | browser.getTitle(); |
Example
1 | it('should get the title of the document', function () { |
Returns
- <String>: current page title