Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在 JDI 测试自动化框架中定义自己的 UI WebElement。例如,我需要以下元素:
如何使用 JDI 风格和方法来定义它们?
在此处查看示例
https://github.com/epam/JDI/tree/master/Java/Tests/jdi-uitest-tutorialtests/src/main/java/com/epam/jdi/site/epam/CustomElements
通常,您只需扩展现有元素,例如下拉菜单并添加您的操作或覆盖具有新行为的操作,如果您有更多详细信息。填写免费询问