您如何访问 webdriverio (Spectron) 中的菜单项?
How do you access menu items in webdriverio (Spectron)?
我正在使用 Spectron 和 webdriverio 为 Electron 应用构建一组端到端测试。我想访问浏览器的菜单栏。即使只是能够让 Spectron 单击 'File' 然后 'New File' 也会很棒。
感谢您的帮助!
好的,目前看来这是 unsupported:
... the require('electron').remote.Menu.getApplicationMenu() API does not serialize to JSON so it can't currently be fetched via Spectron.
我正在使用 Spectron 和 webdriverio 为 Electron 应用构建一组端到端测试。我想访问浏览器的菜单栏。即使只是能够让 Spectron 单击 'File' 然后 'New File' 也会很棒。
感谢您的帮助!
好的,目前看来这是 unsupported:
... the require('electron').remote.Menu.getApplicationMenu() API does not serialize to JSON so it can't currently be fetched via Spectron.