Switch Page Karate UI issue
问题 I am having an issue with switching tabs using Karate UI. My code is as follows: Scenario: SwitchPage Test Given driver 'original URL' * retry(5, 10000).waitFor('#someID') * input('#someID', ['numbers', 'input', Key.ENTER]) // this will open the new page * print driver.title \\ this prints the original title of the original URL * switchPage('NewURL') * delay(10000) // I've put this just in case but it doesn't work without it either Then print driver.title // this still prints the original