Skip to main content

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.

Parameters#

  • desiredUrl: The desired page url

Returns#

  • boolean true if expectation fulfills