This would allow you to "convert" an element to another element type, or use it as the parent of a `ViewElement`. ``` java MyElement myElement = myElement(By.element(someOtherElement)); ```