标签: html selenium xpath
请帮助我。请参阅上图。
答案 0 :(得分:2)
WebElement element = driver.findElement(By.id("mod-sellerRating-9")); String dataSellerRating = element.getAttribute("data-sellerrating");
如上所述,我会使用By.id而不是By.xpath。
By.id
By.xpath