Finding the parent or child of an Element #784
ianfeldberg
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can I do that? I have an Element that I found with
Browser.find()
. Can I get to that element's parent? or children? Obviously I can redo the css query but it seems like there should be some way to do it fromElement
.Beta Was this translation helpful? Give feedback.
All reactions