Closed
Description
I'd like to retrieve the name of the tag from a playwright.ElementHandle
, and it seems like this is not possible at the moment.
Something like
const $parent = await $el.$('xpath=..');
const tagName = await $parent.getTagName(); // <--
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels