mcp-playwright icon indicating copy to clipboard operation
mcp-playwright copied to clipboard

Accessibility trees are key

Open miguelg719 opened this issue 1 year ago • 0 comments

Check out accessibility trees and how they can provide better context to LLMs than HTML and regular selectors. A couple of hints:

  • page.accessibility.snapshot()
  • page.get_by_role()

miguelg719 avatar Dec 05 '24 07:12 miguelg719