webdriverio / codemod

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

Plans to add support for other locators? #59

Closed vasudha0309 closed 6 months ago

vasudha0309 commented 2 years ago

Any plans to add direct method to findElement by binding or by repeater?

christian-bromann commented 2 years ago

@vasudha0309 these are very Angular specific locators and require probably some enhancement to WebdriverIOs locator strategies. WebdriverIO already supports react based locators and it would be great if we can also have better locators for Angular. Any contributions in this direction is welcome.

That said, we can't just create these locators without adding additional functionality into WebdriverIO.

christian-bromann commented 6 months ago

Closing as it seems no one was interested adding this feature in WebdriverIO, therefore there is no need to have a codemod for it.