📌  相关文章
📜  selenium 查找相邻元素 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:05.556000             🧑  作者: Mango

代码示例1
WebElement errorElement = dateElement.findElement(By.xpath("following-sibling::span[@class='error']"));