microsoftmicrosoftOfficialยท2 Agent Skills Included

playwright-java

Automate Chromium, Firefox, and WebKit browsers from Java code

Automates Chromium, Firefox, and WebKit browsers from a single Java API for testing and web scraping. Eliminates flaky cross-browser test scripts and manual browser driving with reliable, fast automation. Includes agent skills that handle version rolls and release publishing so maintainers ship updates faster.
npx skills add microsoft/playwright-java --all -g -y
Available:

Tells the AI agent how to mirror the upstream JavaScript client when changing Java code, follow commit and PR conventions, and route work to the version-roll and release skills.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Playwright Java?โ–ผ

Run `npx skills add microsoft/playwright-java --all -g -y` in your terminal to install all skills in this suite globally.

What is Playwright for Java used for?โ–ผ

It is a Java library that automates Chromium, Firefox, and WebKit with one API, commonly used for end-to-end testing, screenshots, and web scraping.

Does Playwright Java work on Windows, Mac, and Linux?โ–ผ

Yes. All three browsers run on Linux, macOS, and Windows, so the same test code works across every major operating system.

Can AI agents help maintain Playwright Java releases?โ–ผ

Yes. The included skills guide an AI agent through rolling to a new upstream version and preparing the Maven and GitHub release steps.

Do I need to know browser internals to use Playwright Java?โ–ผ

No. You write plain Java calls like navigate, click, and screenshot, and the library handles all browser communication for you.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’