pyjab icon indicating copy to clipboard operation
pyjab copied to clipboard

find by xpath by another JABElement will through the root node

Open gaozhao1989 opened this issue 2 years ago • 0 comments

https://github.com/gaozhao1989/pyjab/blob/3fe1e61f37d095b8ad5608a71d9f7a2c8b99405d/pyjab/jabelement.py#L1474

if find by from another JABElement by xpath, it should find JABElement from current node. But it find JABElement from root node.

gaozhao1989 avatar May 31 '22 09:05 gaozhao1989