After clicking a link, I have to wait for the webpage to finish loading. The title of the new page remains unchanged, but the URL changes from "something.com" to "something.com/abc". Because of this, I am unable to utilize
driver.wait(until.titleIs('new title'));.
Are there any alternative functions that I can use for this purpose?