prompt
This commit is contained in:
@@ -44,6 +44,8 @@ state.localhostPage = pages[0];
|
|||||||
await state.localhostPage.bringToFront();
|
await state.localhostPage.bringToFront();
|
||||||
```
|
```
|
||||||
|
|
||||||
|
IMPORTANT! never call bringToFront unless specifically asked by the user. It is very bothering to the user otherwise!
|
||||||
|
|
||||||
## rules
|
## rules
|
||||||
|
|
||||||
- only call `page.close()` if the user asks you so or if you previously created this page yourself with `newPage`. do not close user created pages unless asked
|
- only call `page.close()` if the user asks you so or if you previously created this page yourself with `newPage`. do not close user created pages unless asked
|
||||||
|
|||||||
Reference in New Issue
Block a user