Appium iOS 驱动程序未通过 safariAllowPopups 设置

Appium iOS driver not passing safariAllowPopups settings

我正在将设备所需功能中的 safariAllowPopups 设置为 true。但出于某种原因,Appium 似乎没有将该设置传递给设备(window.open 不工作,并且在检查 settings 页面时,Safari 仍然设置了弹出窗口拦截器 on )

我正在使用 Appium 1.3.6 并使用 iOS 7.1 和 8.1

在 iPhone 5 上进行测试

看起来这可能会在即将发布的 1.4 版本中得到修复:https://github.com/appium/appium/pull/4928