You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be super nice if the playeright mcp could view the dom e.g. via the devtools in the browser. This would imo help it so much to write fully automated tests as it can navigate the page and select the respective locators.
The text was updated successfully, but these errors were encountered:
playwright-mcp clients can already see the page as an ARIA Snapshot, which allows for writing proper role-based locators on accessible webpages. Maybe it'd make sense to add a browser_html function to get a DOM snapshot though.
It would be super nice if the playeright mcp could view the dom e.g. via the devtools in the browser. This would imo help it so much to write fully automated tests as it can navigate the page and select the respective locators.
The text was updated successfully, but these errors were encountered: