- Added 175 new high-quality skills across all categories
- 14 distinct categories: AI, Search, Productivity, Dev, Marketing, Media, Finance, Communication, Smart Home, Memory, Security, Data, Social, Other
- Updated all language READMEs and SKILL.md
- Weekly update by MyClaw.ai
Use click({ force: true }) or wait for state: 'visible'
Timeout in CI
Increase timeout, check viewport size matches local
Auth lost between tests
Use storageState to persist cookies
SPA never reaches networkidle
Wait for specific DOM element instead
403 Forbidden
Check if site blocks headless; try headless: false
Blank page after load
Increase wait time or use waitUntil: 'networkidle'
Handling Sessions
// Save session after login
awaitpage.context().storageState({path:'auth.json'});// Reuse session in new context
constcontext=awaitbrowser.newContext({storageState:'auth.json'});