5 / 139 · 13 Browser Automation with Playwright · Pre-Requisites: Discover the Application and Produce Customization Artifacts← prev⊞ allnext →☰ Read as one page
1.5Discovery priority order
When learning a product, use the richest source you have. In most cases, use this order:
- Site Map page
- Header navigation
- Footer links
- Authenticated navigation after login
- Product docs, help center, onboarding flows
- API docs, Postman collections, OpenAPI specs
- Frontend route config or source code, if accessible
- Exploratory traversal of the running app
You do not need every source. Use the best available sources and combine them where helpful.