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 ```js const $parent = await $el.$('xpath=..'); const tagName = await $parent.getTagName(); // <-- ```