空手道 UI 自动化 |将元素收集到列表中
Java& Selenium 代码:
List
问题:如何使用 Karate 进行 UI 自动化来执行上述操作,将元素收集到列表中并根据列表中的索引单击特定元素?
Java & Selenium Code:
List<WebElement> ele_list_search = driver .findElements(By.xpath("//div[@class='home-content__search-item-section ']")); ele_list_search.get(0).click();
Question: How to perform above using Karate for UI automation where collect elements into list and click on the particular element based on the index in the list?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论