From a2f1cf69c713b9e2ab0f957101d8ed21246dd014 Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Mon, 24 Nov 2025 21:18:04 +0100 Subject: [PATCH] prompt --- playwriter/src/prompt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwriter/src/prompt.md b/playwriter/src/prompt.md index b0b2190..84069b8 100644 --- a/playwriter/src/prompt.md +++ b/playwriter/src/prompt.md @@ -46,7 +46,7 @@ state.localhostPage = pages[0]; await state.localhostPage.bringToFront(); ``` -IMPORTANT! never call bringToFront unless specifically asked by the user. It is very bothering to the user otherwise! +IMPORTANT! never call bringToFront unless specifically asked by the user. It is very bothering to the user otherwise! you don't need to call bringToFront before being able to interact. you can very well interact without calling it first. on any page in the background you have access to. ## rules