无法在 InternetExplorerDriver 中添加 cookie。
InternetExplorerDriver driver = .....;
driver.manage().add(myCookie);
例外:
org.openqa.selenium.WebDriverException: Unable to add cookie to page
(WARNING: The server did not provide any stacktrace information)