From d60c70bc21d93b1a43fc7ea0f52ddb0d7b0e7896 Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Wed, 19 Nov 2025 15:19:59 +0100 Subject: [PATCH] Update prompt.md --- playwriter/src/prompt.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playwriter/src/prompt.md b/playwriter/src/prompt.md index eaa8ac8..2a3b0dd 100644 --- a/playwriter/src/prompt.md +++ b/playwriter/src/prompt.md @@ -48,6 +48,8 @@ after you click a button or submit a form you ALWAYS have to then check what is if nothing happened you may need to wait before the action completes, using something like `page.waitForNavigation({timeout: 3000})` or `await page.waitForLoadState('networkidle', {timeout: 3000})` +if nothing happens it could also means that you clicked the wrong button or link. try to search for other appropriate elements to click or submit + ## event listeners