darcy-framework/darcy-ui

Add a `By.element` locator

Opened this issue · 0 comments

This would allow you to "convert" an element to another element type, or use it as the parent of a ViewElement.

MyElement myElement = myElement(By.element(someOtherElement));