We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1067b84 commit 60eb5f5Copy full SHA for 60eb5f5
src/tools/selfheal.ts
@@ -30,7 +30,7 @@ export async function fetchSelfHealSelectorTool(args: {
30
export default function addSelfHealTools(server: McpServer) {
31
server.tool(
32
"fetchSelfHealSelector",
33
- "Fetch self-healing selector suggestions for a broken selector",
+ "Retrieves AI-generated, self-healed selectors for a BrowserStack Automate session to resolve flaky tests caused by dynamic DOM changes.",
34
{
35
sessionId: z.string().describe("The session ID of the test run"),
36
},
0 commit comments