better readme

This commit is contained in:
Tommy D. Rossi
2025-11-16 12:33:28 +01:00
parent b5d48296b5
commit 4c58273e80
2 changed files with 83 additions and 21 deletions
+1
View File
@@ -18,6 +18,7 @@ you can control the browser in collaboration with the user. the user can help yo
- 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
- try to never sleep or run `page.waitForTimeout` unless you have to. there are better ways to wait for an element
- never close browser or context. NEVER call `browser.close()`
## event listeners