I need to wait until the webpage is loaded after clicking a link. The new page's title is not changed, only the url changed from "something.com" to "something.com/abc". So I can't use
driver.wait(until.titleIs('new title'));.
Is there any function I can use?