9
Size: a a a
9
VD

A
YK
findElement(By.xpath(“//*[@name=‘foo’]/folllowing-sibling::*”)) находит элементfindElement(By.xpath(“//*[@name=‘foo’]”)).findElement(By.xpath(“./folllowing-sibling::*”)) - нет ? 🙂VP
findElement(By.xpath(“//*[@name=‘foo’]/folllowing-sibling::*”)) находит элементfindElement(By.xpath(“//*[@name=‘foo’]”)).findElement(By.xpath(“./folllowing-sibling::*”)) - нет ? 🙂YK
YK
find(“//*[@name=‘foo’]/folllowing-sibling::*”) равносильный find(“//*[@name=‘foo’]”).find(“/folllowing-sibling::*”)YK
AS
AS
YK
"error":"no such element","message":"unable to find an element using 'xpath’VH
AD
VH
QA

AG

AG
QA
QA
AA