Replies: 1 comment 1 reply
-
never mind, I figured out what I was doing wrong |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using playright-go. I might just be missing it, is there a way to find the parent of a locator?
I am attempting to find a input box, first finding it by TextID, then attempting to get the "name" attribute, then finding it again by Role in order to interact with it.
I can find it by TextID, but then GetAttirbute("aria-label") returns an empty string, so I then cannot find it by GetByRole("input", opts{Name: "foobar"})
Beta Was this translation helpful? Give feedback.
All reactions