“result is null” error when working around _blank deficiency in Selenium IDE
问题 Using a workaround to be able to check the contents of a new tab, I get unexpected results. If I play the test case, the following line fails: storeEval | javascript{"selenium.browserbot.getCurrentWindow().open('', 'my_window')"} | my_window with the following error message: [error] Threw an exception: result is null The following alternative statements show the exact same symptoms: getEval | window.open("", "my_window") getEval | selenium.browserbot.openWindow("", "my_window") Now, if I