playwright-community / playwright-go

Playwright for Go a browser automation library to control Chromium, Firefox and WebKit with a single API.
https://playwright-community.github.io/playwright-go/
MIT License
1.94k stars 145 forks source link

Get Locator from ElementHandle? #345

Closed jonfriesen closed 4 months ago

jonfriesen commented 1 year ago

I find myself in a position regularly with an element handle, wishing I had a Locator. Would it make sense to be able to retrieve a Locator from an ElementHandle?