Regarding accessibility tree
Opened this issue · 0 comments
siva-netizen commented
Hey I have a doubt , I am working with langgraph agent and I am planning to use ur MCP for web automation and I am constrained to use local model like gemma3-27-b, and previously I have used MCP selenium but the pain point is feeding the context to llm 'the dom' for auto locate the elements in website, and I explored and said that your MCP playwright has the accessibility tree so we need to feed the context we can just make a tool call and it will return the current structured dom. ahh so my question is this true can we do this ??