Toolverse
All skills

playwright-cli

by microsoft

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
microsoft
Category
Testing
Views
103

About this skill

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

How to use

  1. Otwórz nową sesję przeglądarki poleceniem playwright-cli open. Możesz od razu przejść do konkretnej strony, dodając URL: playwright-cli open https://example.com/.

  2. Przejdź do strony docelowej za pomocą playwright-cli goto https://adres-strony.pl. Narzędzie wyświetli migawkę strony z identyfikatorami elementów, które możesz później wykorzystać do interakcji.

  3. Wchodzić w interakcję ze stroną, używając dostępnych poleceń: klikaj elementy (playwright-cli click e3), wpisuj tekst (playwright-cli type "szukana fraza"), wypełniaj pola (playwright-cli fill e5 "email@example.com"), zaznaczaj checkboxy (playwright-cli check e12) lub wybieraj opcje z list (playwright-cli select e9 "wartość").

  4. Zrób zrzut ekranu aktualnego stanu strony poleceniem playwright-cli screenshot. Możesz też zapisać migawkę struktury strony (playwright-cli snapshot) do analizy elementów.

  5. Jeśli potrzebujesz wykonać bardziej zaawansowane operacje, użyj playwright-cli eval do uruchomienia kodu JavaScript, na przykład playwright-cli eval "document.title" aby pobrać tytuł strony.

  6. Zamknij sesję przeglądarki poleceniem playwright-cli close po zakończeniu automatyzacji.

Related skills

wcag-audit-patterns

by wshobson

Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility, fixing WCAG violations, or implementing accessible design patterns.

Testing
1893

webapp-testing

by anthropics

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

Testing
130255

creating-financial-models

by anthropics

This skill provides an advanced financial modeling suite with DCF analysis, sensitivity testing, Monte Carlo simulations, and scenario planning for investment decisions

Testing
25137

playwright-browser-automation

by lackeyjb

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test

Testing
13130

langchain

by zechenzhangAGI

Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering

Testing
21123

pair-trade-screener

by tradermonty

Statistical arbitrage tool for identifying and analyzing pair trading opportunities. Detects cointegrated stock pairs within sectors, analyzes spread behavior, calculates z-scores, and provides entry/exit recommendations for market-neutral strategies. Use when user requests pair

Testing
994