getUrl
Get the url of current opened website.
Usage
1 | browser.getUrl(); |
Example
1 | it('should get the url of the current page', function () { |
Returns
- <String>: current page url
Get the url of current opened website.
1 | browser.getUrl(); |
1 | it('should get the url of the current page', function () { |