Automatización con Playwright
PROAutomatización de navegador con Playwright. Web scraping, testing, capturas de pantalla, generación de PDFs, y escenarios de interacción complejos.
Ejemplo de Uso
Necesito automatizar un flujo de login que requiere 2FA, navegar a un dashboard, y extraer datos de una tabla paginada. ¿Cómo lo hago con Playwright?
Desarrolla Habilidades Reales en IA
Cursos paso a paso con quizzes y certificados para tu currículum
Cómo Usar Este Skill
Copiar el skill usando el botón de arriba
Pegar en tu asistente de IA (Claude, ChatGPT, etc.)
Completa tus datos abajo (opcional) y copia para incluir con tu prompt
Envía y comienza a chatear con tu IA
Personalización Sugerida
| Descripción | Por defecto | Tu Valor |
|---|---|---|
| Browser to use | chromium | |
| Who I'm emailing (client, colleague, manager) | colleague | |
| The purpose of my email | request |
What You’ll Get
- Complete automation scripts
- Web scraping patterns
- Screenshot/PDF generation
- Authentication handling
Fuentes de Investigación
Este skill fue creado usando investigación de estas fuentes autorizadas:
- Playwright Official Documentation Official Playwright API and guides
- Playwright: Best Practices Recommended testing patterns from Microsoft
- Playwright: Auto-waiting Understanding Playwright's auto-waiting mechanisms
- Microsoft: E2E Testing Guide Enterprise testing strategies with Playwright
- Playwright: Page Object Model Organizing test code with page objects