如何将 WebElement 转换为 Ranorex 中的 RepoItemInfo 对象

How to convert the WebElement to RepoItemInfo object in Ranorex

在 Ranorex 中,我可以在 WebElement 对象上使用 FindAdapter<T>() 将 RepoItemInfo 转换为 WebElement,但我不知道如何向后转换?

RepoItemInfo info = someWebElement.???();

该元素需要在您的 Ranorex 存储库中。添加后,您可以从存储库对象访问元素的信息对象。