untilUrlIs
Waits until current page url is equals to the given url.
You can use it while navigating to some other page and need to wait until that page loads, i.e the url becomes desired url.
untilUrlIs(desiredUrl)
Uses Page load timeout.
#
ParametersdesiredUrl
: The desired page url
#
Returnsboolean
true
if expectation fulfills