Skip to main content

untilTitleIs

Waits until current page title is equals to the given title.

You can use it while navigating to some other page and need to wait until that page loads, i.e the title becomes desired title.

untilTitleIs(desiredTitle)

Uses Page load timeout.

Parameters#

  • desiredTitle: The desired page title

Returns#

  • boolean true if expectation fulfills