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.
我正在使用页面对象模型 (POM) 来自动化应用程序
@FindBy我已经使用具有元素列表的注释识别了元素。现在,我想遍历所有元素。我怎样才能做到这一点。
@FindBy
使用 xpath 列表创建一个字符串数组。循环遍历数组并将 (i) 处的 xpath 传递给 Find by 变量。