browser.getLocationAbsUrl()
browser.getCurrentUrl()
According to angular/protractor#3969, `browser.getLocationAbsUrl()` is now deprecated and `browser.getCurrentUrl()` should be used instead. Closes #16053