DevExpress / testcafe-browser-provider-electron

This is the Electron browser provider plugin for TestCafe.
https://testcafe.io
MIT License
49 stars 30 forks source link

update documentation for clickOnMainMenuItem #83

Closed akoskm closed 3 years ago

akoskm commented 3 years ago

The current documentation suggests passing an array of strings to the helper function. This doesn't seem to work and looking at the code the helper accepts an instance of a menu item, instead of an array of strings.

https://github.com/DevExpress/testcafe-browser-provider-electron/blob/0e6a93dd2e572829f78dddbba871dfbfafee9b5b/src/helpers.js#L86