作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我一直在努力寻找 xpath:
div class='text-title tile-text-desc'>"Text here" /div
driver.findElement(By.xpath("//vue-kit.strand[@qa-id='MAIN_MENU_FEATURED']/div[@class='container']/div[@class='ember-view scroller']/ui-kit.collection-view.item-view[@class='ember-view item-view tile is-first is-program focus']"));
我也尝试过:
driver.findElement(By.xpath("//vue-kit.strand[@qa-id='MAIN_MENU_FEATURED']/div[@class='container']/div[@class='ember-view scroller']/ui-kit.collection-view.item-view[@class='ember-view item-view tile is-first is-program focus']/div[@class='meta']/div[@class='text-title tile-text-desc']"));
我可以访问返回数组的@class='ember-view item-viewtile is-first is-program focus'
。然后我可以使用 webElement 和 findElements 访问数组中的元素。从这里我不确定如何获得我想要的确切元素。
请帮我解决这个问题。
最佳答案
使用相对路径和xpath函数获取动态id
由于@Class具有“text-titletile-text-desc”,因此您可以尝试如下://div[contains(@class,'text-titletile-text-desc')]
关于java - 如何找到埋在数组中的特定元素的 xpath,其中唯一 ID 是动态的?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33028282/
我是一名优秀的程序员,十分优秀!