webdriverio / codemod

A codemod to transform Protractor into WebdriverIO tests
MIT License
25 stars 12 forks source link

Can not transform "actions" command as it differs too much from the WebdriverIO implementation. We advise to refactor this code. #73

Closed noodlescripter closed 1 year ago

noodlescripter commented 1 year ago

We are trying to migrate our script from protractor to wdio. But we are getting this error if there is any browser.actions() presents in script. As of now we did not find any solution for this.